Actions
Bug #7979
closedChanging Directive version via API does not set default values, and return wrong parameters
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We need to fix several things on Directive API when migrating technique
It's quite broken.
- check of parameters is done with the old technique, which is ok when parameters do not change, but not
- New technique version parameters are not added
- It does not add default values
- It answers with the old Directive parameters (consquence of second star)
Actions