Skip to content

Commit

Permalink
#12810 Hide jurisdiction-related filters and columns if the HIDE_JURI…
Browse files Browse the repository at this point in the history
…SDICTION_FIELDS feature is enabled - refactor event filter form
  • Loading branch information
Levente Gal committed Jan 17, 2024
1 parent d7ca0b1 commit bd2912b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected ContactsFilterForm() {
ContactCriteria.class,
ContactIndexDto.I18N_PREFIX,
FieldVisibilityCheckers.withCountry(FacadeProvider.getConfigFacade().getCountryLocale()),
JurisdictionFieldConfig.of(ContactCriteria.REGION, ContactCriteria.DISTRICT, ContactCriteria.COMMUNITY));
JurisdictionFieldConfig.withPrefillOnHide(ContactCriteria.REGION, ContactCriteria.DISTRICT, ContactCriteria.COMMUNITY));
}

@Override
Expand Down

0 comments on commit bd2912b

Please sign in to comment.