aiidalab / aiidalab-widgets-base

Reusable widgets for AiiDAlab applications
MIT License
7 stars 17 forks source link

`ComputerDropdownWidget` has issues dealing with hidden computers #474

Open yakutovicha opened 1 year ago

yakutovicha commented 1 year ago

Currently, the ComputerDropdownWidget widget fails to deal with hidden computers if allow_select_disabled is set to False. This issue is more important when the computer is migrated from another database. By default, if it is hidden, an attempt to select one with the same name will result in an exception raised.