diff --git a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/User/edit.html.twig b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/User/edit.html.twig index fdb53bce..779f071b 100755 --- a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/User/edit.html.twig +++ b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/User/edit.html.twig @@ -295,7 +295,7 @@ - + @@ -314,7 +314,7 @@ {% endif %} - + @@ -480,6 +480,14 @@ linkmodos+={{ modo.niveau01.id }}+","; {% endfor %} $("#user_linkmodos").val(linkmodos); + + $('#tbllistgroup').DataTable({ + columnDefs: [ { "targets": 'no-sort', "orderable": false },{ "targets": 'no-visible', "visible": false } ], + responsive: true, + iDisplayLength: 100, + processing: true, + order: [[ 1, "asc" ]], + }); }); function removeLinkGroup(id) {
ActionAction Groupe
{{ group.label }}