Skip to content

Commit

Permalink
fix(advanced application): fix filtering (#3028)
Browse files Browse the repository at this point in the history
* add missing entry in SearchApplicationDescriptor
  • Loading branch information
abirembaut authored Jun 5, 2024
1 parent 8fa8fdc commit 2f03489
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ public class SearchApplicationDescriptor extends SearchEntityDescriptor {
new FieldDescriptor(SApplication.class, AbstractSApplication.LAYOUT_ID));
keys.put(ApplicationSearchDescriptor.THEME_ID,
new FieldDescriptor(SApplication.class, AbstractSApplication.THEME_ID));
keys.put(ApplicationSearchDescriptor.ADVANCED,
new FieldDescriptor(SApplication.class, AbstractSApplication.ADVANCED));
// internal usage only for now (as it would require a conversion of the Visibility enum):
keys.put(APPLICATION_VISIBILITY,
new FieldDescriptor(SApplication.class, AbstractSApplication.INTERNAL_PROFILE));
Expand Down

0 comments on commit 2f03489

Please sign in to comment.