ES-DOC / esdoc-questionnaire

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

There is no need to create unused category customizations. #456

Closed allynt closed 7 years ago

allynt commented 8 years ago

WHO: @allynt

There is no need to create unused category customizations.

During the recursive create-a-bunch-of-customizations process, each time I deal w/ a new model I create category customizations which potentially map to that model's properties. Since, as of v0.15.0.0, users cannot add/delete customizations this is often a wasted process since many of those categories will not apply.

There should be a filter to only get get the categories that apply to a given model's properties (including, of course, the "uncategorized" category).

allynt commented 7 years ago

As of v0.17.0, this is not correct. I create as many customizations as I need.