Skip to content

Commit

Permalink
update ontology term modal select input displaying (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Sep 25, 2024
1 parent 56dfd4b commit 9f87f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Changed
- Update REST API versioning (#1936)
- Update REST API views for OpenAPI compatibility (#1951)
- Send iRODS delete request emails to all addresses of user (#2000)
- Disable ontology term select box while querying (#1974)
- **Taskflowbackend**
- Refactor task tests (#2002)
- Unify user name parameter naming in flows (#1653)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ export default {
return JSON.stringify(copyVal)
},
enableSearch () {
return this.editIdx === null
return this.editIdx === null && !this.querying
},
enableUpdate () {
return this.editIdx === null && this.updated
Expand Down

0 comments on commit 9f87f1c

Please sign in to comment.