mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-23 01:46:27 +02:00
Remove limit on magicsuggest
This commit is contained in:
parent
7277f1e98d
commit
1fecdcfc89
4 changed files with 10 additions and 2 deletions
|
@ -68,7 +68,8 @@
|
|||
data: '<?php echo \descartes\Router::url('Contact', 'json_list'); ?>',
|
||||
valueField: 'id',
|
||||
displayField: 'name',
|
||||
name: 'contacts[]'
|
||||
name: 'contacts[]',
|
||||
maxSelection: null,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
data: '<?php echo \descartes\Router::url('Contact', 'json_list'); ?>',
|
||||
valueField: 'id',
|
||||
displayField: 'name',
|
||||
maxSelection: null,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue