Bug #17266
closedProperties UI allows to add custom values on strict vocabulary entries.
Description
When the user types a value first and then selects a property key that belongs to a "strict" vocabulary term, the value doesn't get validated and the UI allows the user to enter it as a literal.
Related issues
Updated by Lucas Di Pentima almost 4 years ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima almost 4 years ago
- Target version changed from 2021-01-20 Sprint to 2021-02-03 Sprint
Updated by Lucas Di Pentima almost 4 years ago
Status update:
I've fixed several instances of the same bug at commit:arvados-workbench2|7d7a9bf - branch 17266-property-ui-synonym-fix
, and also wrote an integration test that confirms it's correctly behaving.
Also added an optimization on Cypress tests that exposed a new bug that I'm trying to fix right now: when the details panel is open showing the collection version browser, sometimes renaming a collection changes the focus of the detail panel to show the collection's parent project information. This made a preexisting test fail.
Updated by Lucas Di Pentima almost 4 years ago
Updates at arvados-workbench2|f75dc834 - branch 17266-property-ui-synonym-fix
Test run: developer-tests-workbench2: #263
- Fixed failing test described on the previous note.
- Committed
yarn.lock
with the changes from updating cypress to 6.x on a previous branch.
Updated by Lucas Di Pentima almost 4 years ago
- Status changed from In Progress to Resolved
Updated by Lucas Di Pentima almost 4 years ago
- Related to Bug #17308: Property editor on "new project dialog" doesn't work properly with vocabulary terms added