Create dictionary ui page allows save with insufficient data 08/143508/1
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Thu, 5 Mar 2026 11:55:03 +0000 (12:55 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Thu, 5 Mar 2026 11:55:03 +0000 (12:55 +0100)
commit6887c137d752bd5aa0186c027cccc60f9a0852d7
tree21e70e217d0fddac3371977d2f15c7aa21dc8204
parent60fde28a632eec6926f788ca0591924b2970ad5a
Create dictionary ui page allows save with insufficient data

- only enable Save button when required input fields are filled
- add playwright test for that

Issue-ID: CCSDK-4173
Change-Id: Ia9afa49e1428898e0e3975c4d53084a663c85d1e
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.css
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.html
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.ts
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.html
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.ts
cds-ui/e2e-playwright/tests/resource-dictionary-create-validation.spec.ts [new file with mode: 0644]