#7524 add my team filter #849

Merged
jgallego merged 3 commits from 7524-hotfix-myTeamFilter into master 2024-10-22 12:00:04 +00:00
1 changed files with 6 additions and 10 deletions
Showing only changes of commit a4358ec0ed - Show all commits

View File

@ -129,6 +129,12 @@ onMounted(async () => await getItemPackingTypes());
toggle-indeterminate toggle-indeterminate
@update:model-value="searchFn()" @update:model-value="searchFn()"
/> />
<QCheckbox
:label="t('globals.params.myTeam')"
v-model="params.myTeam"
toggle-indeterminate
@update:model-value="searchFn()"
/>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
@ -147,16 +153,6 @@ onMounted(async () => await getItemPackingTypes());
</VnSelect> </VnSelect>
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem>
<QItemSection>
<QCheckbox
:label="t('globals.params.myTeam')"
v-model="params.myTeam"
toggle-indeterminate
@update:model-value="searchFn()"
/>
</QItemSection>
</QItem>
</template> </template>
</VnFilterPanel> </VnFilterPanel>
</template> </template>