ES-DOC / esdoc-questionnaire

ES-DOC Questionnaire (webform generator for creating CIM Documents). POC: @allynt
Other
2 stars 1 forks source link

Order of serialization doesn't match order of forms (for custom ordering of properties) #465

Closed allynt closed 7 years ago

allynt commented 7 years ago

This is now working. The forms are ordered according to the customizer. The models and serializations of those models are ordered using the natural order (ie: the proxies). There is now a function on a form to get that proxy order (and subtract 1 b/c JavaScript is 0-based).