mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
refactor TagJob, TagLib and single TagLibs for dynamic use of typeId, add temporary testfile application/libraries/tags/CoreFiftyFiveTagLib.php for testing person_id
This commit is contained in:
@@ -61,11 +61,11 @@ export default {
|
||||
};
|
||||
},
|
||||
|
||||
rebuildTagsPrestudent(prestudent_id){
|
||||
rebuildTagsforTypeId(data){
|
||||
return {
|
||||
method: 'get',
|
||||
url: 'api/frontend/v1/stv/Tags/rebuildTagsPrestudent',
|
||||
params: prestudent_id
|
||||
url: 'api/frontend/v1/stv/Tags/rebuildTagsForTypeId/',
|
||||
params: data
|
||||
};
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user