Skip to content

Commit

Permalink
fix: Unsearchable disabled users by their email or name-EXO-69348-Mee…
Browse files Browse the repository at this point in the history
…ds-io/meeds#1827

Before this change, when create user with a First name different than his login, set user as a disabled user, select disabled filter and search for user by his name or his email, user isn't displayed in the result list.
To resolve this problem, we make a condition in the inputUserFilter component to display the component only if the filter is enabled.
After this change, Hide filter by name or email field when disabled users list displayed on user management application.
  • Loading branch information
Jihed525 authored Oct 22, 2024
1 parent 2f4f1f5 commit b5c0478
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<v-spacer />
<v-scale-transition>
<v-text-field
v-if="filter === 'ENABLED'"
v-model="keyword"
:placeholder="$t('UsersManagement.filterBy')"
prepend-inner-icon="fa-filter"
Expand Down

0 comments on commit b5c0478

Please sign in to comment.