mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-05 04:38:10 +08:00
Refs #214 Generic filter's custom condition in xml bug
This commit is contained in:
parent
0230ce6020
commit
80b8464564
@ -48,9 +48,6 @@
|
||||
join="left join u.group.hierarchyList h" paramClass="com.haulmont.cuba.security.entity.Group">
|
||||
(h.parent.id = ? or h.group.id = ?) or (u.group.id = ? and h.parent is null)
|
||||
</custom>
|
||||
<custom name="customByEmail" caption="customByEmail">
|
||||
u.email like '%aaa%'
|
||||
</custom>
|
||||
</filter>
|
||||
</vbox>
|
||||
<!--</tab>-->
|
||||
|
Loading…
Reference in New Issue
Block a user