fix few routes and basic errors

This commit is contained in:
osaajani 2019-11-09 03:35:12 +01:00
parent adb739775f
commit bb8a114485
29 changed files with 142 additions and 181 deletions

View file

@ -112,7 +112,7 @@
jQuery('.add-groupes').each(function()
{
jQuery(this).magicSuggest({
data: '<?php echo \descartes\Router::url('Groupe', 'json_list'); ?>',
data: '<?php echo \descartes\Router::url('Group', 'json_list'); ?>',
valueField: 'id',
displayField: 'name',
});