add new option from enum popup window #1872
Labels
released on @master
managed by CI (semantic-release)
released
managed by CI (semantic-release)
Status: Community Help Wanted (good first issue)
simple tasks that don't require understanding every last detail of our platform
Type: UX
concerning user interface and in a broader sense user experience
As the dialog is offering to rename and delete options already, it would be helpful to also have the option to add completely new options not only from the dropdown field but also in its option edit dialog shown when clicking the tool icon.
Implementation details:
use
npm run storybook
to test and improve the component "Core / Entities / Edit Properties / Enum Dropdown / Primary"Component / template to be extended:
ConfigureEnumPopupComponent
(add a button to "add new option" between the last existing field and the close button)
current logic to add a new value to the options in
EnumDropdownComponent
: move this toConfigurableEnumService
and reusendb-core/src/app/core/configurable-enum/enum-dropdown/enum-dropdown.component.ts
Lines 78 to 83 in 8db14d8
The text was updated successfully, but these errors were encountered: