mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
adds breadcrumb to modal and adjusts controller functions and api calls
This commit is contained in:
@@ -3,6 +3,13 @@ export default {
|
||||
|
||||
//! API Calls for Profil Views
|
||||
|
||||
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}`;
|
||||
|
||||
return axios.get(url);
|
||||
},
|
||||
|
||||
insertProfilRequest: function(topic, payload) {
|
||||
const url = FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router+
|
||||
`/Cis/Profil/insertProfilRequest`;
|
||||
|
||||
Reference in New Issue
Block a user