Improve Menas validation of recommended properties
Open
feature
Menas
priority: low
refactoring
- Dominant language
- Scala
- Stars
- 33
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
## Background
Currently there's a nasty timeout used to attach change handlers onto the dynamically generated input fields.
In the long term this should be resolved by using a generic change handler defined in the dataset controller and pointed to in the dataset dialog xml fragment. This generic handler would use the UI5 message bus to publish validation trigger messages. These would be subscribed to in the DatasetDialog class and would subsequently trigger the validation of the dataset.
The validity of this approach needs to be researched further, therefore creating this as a separate issue.
Contributor guide
Assessment
This issue has not been assessed yet.