-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: February
-
Component/s: NEM
-
Labels:None
-
Story Points:3
-
Epic Link:
In the `map_xproto_to_django` code in this revision:
Depending on the order of iterating over the options list, giving a `null` or `blank` option might be set after the default values for those fields are set by the modifiers - `required` should set both null and blank to False, and `optional` sets both to True.
Fix this, and address the use of null/blank as it relates to optional/required field modifiers.
- blocks
-
SEBA-450 Test python libraries in NEM using tox
- Resolved