Update Interface

Updated metadata-sync badge and save
Updated unsaved changes badge triggers
Harmonized global and unit mode by creating a template for the filters

TODO :

Uncomment updateBlock calls in metaSync and implement tags update

Uncomment pluginSave method and test it with an updated plugin
This commit is contained in:
marsooooo
2024-07-02 11:01:18 +02:00
parent 5a05350bd0
commit f355a307d7
10 changed files with 667 additions and 964 deletions

View File

@@ -514,7 +514,8 @@ SELECT
)
));
}
$template->assign('ACTIVE_PLUGINS', array_keys($pwg_loaded_plugins));
$template->assign(array(
'ELEMENT_IDS' => implode(',', $element_ids),