Skip to content
Snippets Groups Projects
Commit 1bc4b3b4 authored by Laurie Ambroise's avatar Laurie Ambroise
Browse files

Merge branch 'next_version' into 267-publication-flux-wms-public

parents 371d85a9 80c3b4bb
Branches
Tags
No related merge requests found
......@@ -22,9 +22,24 @@ import {
vmapCartoWidget,
vmapPrintWidget,
vmapMapPrintingsMode,
vmapUsersSection,
vmapFluxMode
} from '../modules/vmap/struct/vmap.struct';
/**
* Mode users revisité pour vMap
*/
const userObject = vitisUsersMode.objects[0];
userObject.sections = [{
name: 'vitis_users_users_details',
label: 'FORM_GENERAL_SECTION_CONFIGURATION',
route: 'details',
type: 'simpleform',
privilege: 'vitis_admin',
options: vitisUsersMode.objects[0].options,
}, vmapUsersSection];
export const appStruct: AppConfig = {
'translate': [vitisTranslateConfig, vmapTranslateConfig],
'name': 'vMap',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment