workfloworchestrator / orchestrator-core-gui

The orchestrator frontend.
Apache License 2.0
7 stars 10 forks source link

Improved the selectable prefixlengths in dropdown #265

Closed wouter1975 closed 8 months ago

wouter1975 commented 8 months ago

Added logic that the minimal prefix length as defined by business rules is applied to the values of the prefix length dropdown

florisie commented 8 months ago

Shouldn't these restrictions/validations be configured in the back-end?

wouter1975 commented 8 months ago

@florisie it would be better if the component got it from the backend, but that is beyond my skills/time to implement it. The Pydantic validation will still kick in if it falls outside the allowed ranges.