Skip to content
Snippets Groups Projects
Commit 1b52e8f7 authored by Armand Bahi's avatar Armand Bahi
Browse files

section vmap dans la gestion des utilisateurs

parent 83868f0b
Branches
Tags
No related merge requests found
...@@ -22,8 +22,23 @@ import { ...@@ -22,8 +22,23 @@ import {
vmapCartoWidget, vmapCartoWidget,
vmapPrintWidget, vmapPrintWidget,
vmapMapPrintingsMode, vmapMapPrintingsMode,
vmapUsersSection,
} from '../modules/vmap/struct/vmap.struct'; } 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 = { export const appStruct: AppConfig = {
'translate': [vitisTranslateConfig, vmapTranslateConfig], 'translate': [vitisTranslateConfig, vmapTranslateConfig],
'name': 'vMap', 'name': 'vMap',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment