HOTFIX #8192 Filter termopragh #934

Merged
jsegarra merged 6 commits from hotfix_termograph_filter into master 2024-11-14 15:21:21 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c4cad9b7bb - Show all commits

View File

@ -26,7 +26,7 @@ function notIsLocations(ifIsFalse, ifIsTrue) {
:search-data-key="notIsLocations('ZoneList', 'ZoneLocations')"
:custom-url="`Zones/${route.params?.id}/getLeaves`"
:searchbar-props="{
url: notIsLocations('ZoneList', 'ZoneLocations'),
url: notIsLocations('Zones', 'ZoneLocations'),
label: notIsLocations(t('list.searchZone'), t('list.searchLocation')),
info: t('list.searchInfo'),
whereFilter: notIsLocations((value) => {