We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With type checkboxes filter doesn't work.. It happened for custom plugin, but you can simulate with news too.
'catid' => array ( 'title' => LAN_CHOOSECAT, 'type' => 'checkboxes', 'data' => 'str', 'filter' => true, 'width' => 'auto', 'inline'=>'1', 'help' => '', 'readParms'=>array('type'=>'checkboxes'), 'writeParms' => array ('multiple'=>'1', 'useKeyValues' => 1 ),
Result:
Just switch dropdown for news_render_type in news admin to checkboxes. The same result.
'news_render_type' => array('title' => LAN_LOCATION, 'type' => 'checkboxes', 'data'=>'safestr', 'tab'=>2, 'inline'=>true, 'readParms'=>array('type'=>'checkboxes'), 'width' => 'auto', 'thclass' => 'left', 'class' => 'left', 'nosort' => false, 'batch'=>true, 'filter'=>true),
For batch it looks:
Thanks
The text was updated successfully, but these errors were encountered:
Merge pull request #5048 from Jimmi08/patch-12
0b6b28b
Fixes #4474 Admin-UI checkboxes with filter and batch.
Successfully merging a pull request may close this issue.
Bug Description
With type checkboxes filter doesn't work..
It happened for custom plugin, but you can simulate with news too.
Result:
How to Reproduce
Just switch dropdown for news_render_type in news admin to checkboxes. The same result.
For batch it looks:
PHP 7.2
Thanks
The text was updated successfully, but these errors were encountered: