energine-cmf / energine

Energine is a content management system which allows to support web-applications (including websites) of any level of complexity. Energine is based on Energine CMF — a power full toolkit for web-application development using XML/XSLT transformations.
http://energine.org
MIT License
13 stars 3 forks source link

Bug: Grid filter unexpectedly shows all filter "where" conditions for certain field types #76

Closed andykarpov closed 9 years ago

andykarpov commented 9 years ago

Example: We have a boolean field type inside a filter. Expected values in the "sign" dropdown: отмечено, не отмечено. Actual values: содержит, не содержит, =, !=, <, >, между, отмечено, не отмечено. But filter inputs seems works as expected (they always hidden for that field type).

drPavka commented 9 years ago

Couldn't reproduce it I create boolean/tinyint(1) fields (nullable and not null) - everything works as expected

screenshot from 2015-02-26 12 36 59

drPavka commented 9 years ago

reproduced in safari