Actions
Bug #8829
closedNew method calls are considered valid, although they are empty which leads to error when validated via API
Status:
Released
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
Web - Technique editor
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
When adding a new method in a Technique in ncf editor, without
Form is initialized with 'undefined' value which are considered valid on the UI part (which should not) so save button is activated (and should not)
Clicking on that button we got an error on the API which fails when calling a regexp search on a None value which is impossible ... that'a a python error, and very confusing, we should a message every one can understand (by checing if the value is None before checking it)
Actions