diff --git a/_install/dependencies.json b/_install/dependencies.json index 47ac1dffd302c376031b224a4d7dbdc8ecc54b12..3fb719b7d927e7468f42d99955bd978a6852e979 100644 --- a/_install/dependencies.json +++ b/_install/dependencies.json @@ -29,7 +29,7 @@ ], "default_description": "# Bienvenue dans vMap ! \n\nPlus d'information sur [http:\/\/www.veremes.com](http:\/\/www.veremes.com)", "default_theme": "6", - "branch": "master", + "branch": "796-commande-donnees-non-carto-developpements-generaux", "name": "vmap", "enable_custom_restrictions": false, "url": "git@gitlab.veremes.net:Development/vitis-2020/applications/vmap.git", @@ -53,12 +53,12 @@ } }, "framework": { - "branch": "master", + "branch": "758-commande-donnees-non-carto-developpements-generaux", "name": "vitis", "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/vitis.git" }, "modules": [{ - "branch": "master", + "branch": "448-donnees-non-carto-developpements-generaux", "name": "module_vmap", "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/module_vmap.git" }, { diff --git a/conf/app.struct.ts b/conf/app.struct.ts index d8c16de0f5ada90578db8c106d31f0db3685c301..15687d83022a93960c36ac3ea68ef0d4fd6ce3ca 100755 --- a/conf/app.struct.ts +++ b/conf/app.struct.ts @@ -27,7 +27,8 @@ import { vmapUsersSection, vmapUsersGroupsSpecSection, vmapFluxMode, - vmapMapReportsMode + vmapMapReportsMode, + vmapAdminManageDataObject, } from '../modules/vmap/struct/vmap.struct'; /** @@ -67,6 +68,7 @@ export const appStruct: AppConfig = { 'privilege': 'vmap_user' }, vmapAdminCartoObject, + vmapAdminManageDataObject, { 'type': 'separator', 'label': 'TITLE_MODE_VMAP_ADMIN',