This commit is contained in:
2021-05-03 20:36:20 +00:00
parent 364b9659a5
commit 64b66b76c4
17 changed files with 65 additions and 25 deletions

View File

@@ -74,7 +74,7 @@
v-model="obj.roles"
:readonly="formState.readOnly"
ref="roles"
test-id="roles"
data-cy="roles"
:error-messages="form().serverErrors(this, 'roles')"
@input="fieldValueChanged('roles')"
limit-selection-to="inside"