mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
PHRAS-1177_change-multi-on-field
- change : no more "multi" checkbox when creating a field - new field is not "report" anymore #time 1h
This commit is contained in:
@@ -923,8 +923,8 @@ class databox_field implements cache_cacheableInterface
|
||||
`thumbtitle`, `multi`, `business`, `aggregable`,
|
||||
`report`, `sorter`, `separator`)
|
||||
VALUES (null, :name, '', 0, 0, 1, 'string', '',
|
||||
null, 0,
|
||||
0, 0, 1, :sorter, '')";
|
||||
null, 0, 0, 0,
|
||||
1, :sorter, '')";
|
||||
|
||||
$name = self::generateName($name);
|
||||
|
||||
|
Reference in New Issue
Block a user