mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
fixes bug when getting all the profil update requests and makes it possible to add a message when dening or accepting a profil update
This commit is contained in:
@@ -5,9 +5,9 @@ export default {
|
||||
|
||||
selectProfilRequest: function(uid=null,id=null) {
|
||||
const url = FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router+
|
||||
`/Cis/Profil/selectProfilRequest?uid=${uid}&id=${id}`;
|
||||
`/Cis/Profil/selectProfilRequest`;
|
||||
|
||||
return axios.get(url);
|
||||
return axios.get(url,{uid:uid, id:id});
|
||||
},
|
||||
|
||||
insertProfilRequest: function(topic, payload) {
|
||||
|
||||
Reference in New Issue
Block a user