mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 10:01:56 +02:00
UI data 'comma' converted to type;
model supports data type 'set' and 'enum' now; 'userclasses' type works as expected; #9 related, testing required
This commit is contained in:
@@ -225,7 +225,6 @@ class users_admin_ui extends e_admin_ui
|
||||
'user_admin' => array('title' => LAN_USER_22, 'type' => 'boolean', 'width' => 'auto', 'thclass'=>'center', 'class'=>'center', 'filter'=>true, 'batch'=>true, 'readParms'=>'trueonly=1'),
|
||||
'user_perms' => array('title' => LAN_USER_23, 'type' => 'method', 'width' => 'auto'),
|
||||
'user_pwchange' => array('title' => LAN_USER_24, 'type'=>'datestamp' , 'width' => 'auto'),
|
||||
//'commatest' => array('title' => 'TEST', 'type'=>'comma' , 'writeParms' => 'data=test1,test2,test3&addAll&clearAll', 'width' => 'auto', 'filter'=>true, 'batch'=>true),
|
||||
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user