Skip to content
Snippets Groups Projects
Commit 078562ee authored by Laurent Panabieres's avatar Laurent Panabieres
Browse files

Merge remote-tracking branch 'origin/next_version' into next_version

parents 4586bf6c 9d0fafce
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ import { ...@@ -24,6 +24,7 @@ import {
vmapPrintWidget, vmapPrintWidget,
vmapMapPrintingsMode, vmapMapPrintingsMode,
vmapUsersSection, vmapUsersSection,
vmapUsersGroupsSpecSection,
vmapFluxMode, vmapFluxMode,
vmapMapReportsMode vmapMapReportsMode
} from '../modules/vmap/struct/vmap.struct'; } from '../modules/vmap/struct/vmap.struct';
...@@ -41,6 +42,15 @@ userObject.sections = [{ ...@@ -41,6 +42,15 @@ userObject.sections = [{
options: vitisUsersMode.objects[0].options, options: vitisUsersMode.objects[0].options,
}, vmapUsersSection]; }, vmapUsersSection];
const groupObject = vitisUsersMode.objects[2];
groupObject.sections = [{
name: 'vitis_users_groups_details',
label: 'FORM_GENERAL_SECTION_CONFIGURATION',
route: 'details',
type: 'simpleform',
privilege: 'vitis_admin',
options: vitisUsersMode.objects[2].options,
}, vmapUsersGroupsSpecSection];
export const appStruct: AppConfig = { export const appStruct: AppConfig = {
'translate': [vitisTranslateConfig, vmapTranslateConfig], 'translate': [vitisTranslateConfig, vmapTranslateConfig],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment