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:
ma0068
2026-04-30 11:17:39 +02:00
parent 21eb95bb23
commit d1fa5f64c4
15 changed files with 211 additions and 157 deletions
+3 -3
View File
@@ -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
};
}
};