mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Ignore selects too
This commit is contained in:
parent
6af45ef40a
commit
83252a6e47
@ -1391,7 +1391,7 @@ abstract class admin_cmd
|
||||
case 'grid': case 'columns': case 'column': case 'rows': case 'row':
|
||||
case 'template': case 'tabbox': case 'tabs': case 'tab':
|
||||
// No need for these
|
||||
case 'textbox': case 'int': case 'float':
|
||||
case 'textbox': case 'int': case 'float': case 'select':
|
||||
// ignore widgets that can't go in the historylog
|
||||
case 'button': case 'taglist-thumbnail':
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user