Hotfix: fixed filter when searching by id #1063
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1063
Loading…
Reference in New Issue
No description provided.
Delete Branch "Hotfix-TicketFilter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: Hotfix: fixed filter when searching by idto Hotfix: fixed filter when searching by id@ -114,3 +106,1 @@
if (props.whereFilter) {
filter.filter = {
where: props.whereFilter(searchText.value),
if (!(searchText.value && searchText.value !== '')) {
if (!searchText.value)
New commits pushed, approval review dismissed automatically according to repository settings