Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Add filter on Message Browser #13
Browse files Browse the repository at this point in the history
Generic filter on ImapMailBox browser is uncommented as well.
  • Loading branch information
Maria Orlova committed Sep 22, 2021
1 parent 7d5f288 commit c51ed67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
focusComponent="mailBoxesTable">
<data>
<collection id="mailBoxesDc"
class="io.jmix.imap.entity.ImapMailBox"
fetchPlan="imapMailBox-browse">
class="io.jmix.imap.entity.ImapMailBox"
fetchPlan="imapMailBox-browse">
<loader id="mailBoxesLoader">
<query>
<![CDATA[select e from imap_MailBox e]]>
Expand All @@ -40,13 +40,12 @@

<layout expand="mailBoxesTable"
spacing="true">
<!-- todo: <filter id="filter"
applyTo="mailBoxesTable"
<filter id="filter"
dataLoader="mailBoxesLoader">
<properties include=".*"/>
</filter>-->
</filter>
<groupTable id="mailBoxesTable"
width="100%" dataContainer="mailBoxesDc" >
width="100%" dataContainer="mailBoxesDc">
<actions>
<action id="create" type="create"/>
<action id="edit" type="edit"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@

<layout expand="imapMessagesTable"
spacing="true">
<!-- todo: <filter id="filter"
applyTo="imapMessagesTable"
<filter id="filter"
dataLoader="imapMessageLoader">
<properties include=".*"/>
</filter>-->
</filter>
<groupTable id="imapMessagesTable"
width="100%"
dataContainer="imapMessagesDc">
Expand Down

0 comments on commit c51ed67

Please sign in to comment.