ES-DOC / esdoc-questionnaire

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

Make sure that is_required, is_hidden, etc. are all dealt w/ through investigating cardinality rather than explicitly setting. #490

Closed allynt closed 7 years ago

allynt commented 8 years ago

WHO: @allynt

Make sure that is_required, is_hidden, etc. are all dealt w/ through investigating cardinality rather than explicitly setting.

This is low priority.

allynt commented 8 years ago

So, the customizer should still display a (read-only) cardinality field. But the corresponding serialization should compute (read-only SerializerMethod) fields like "is_hidden", etc..

allynt commented 7 years ago

Done. Some of these settings call proxy.is_required or proxy.is_optional but those in turn investigate cardinality.