ES-DOC / esdoc-questionnaire

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

Retrieving customizations when multiple specializations of the same underlying class have been registered fails. #554

Closed allynt closed 7 years ago

allynt commented 7 years ago

Retrieving customizations when multiple specializations of the same underlying class have been registered fails.

For example, seaice and ocean both specialize realm. Somewhere in the QModelRealization.view code I expect there to be a single model and I am having more than one returned.

allynt commented 7 years ago

D'oh! This is not an error w/ the Q code. This is an error w/ the qconfig file defining specializations. There was a typo in a recent update to the generator code that incorrectly forced the "grid" topic to be considered a document.

allynt commented 7 years ago

Sorted out in https://github.com/ES-DOC/cmip6-specializations-seaice/commit/da76020c216cda243cf7b4d1f656b26953abf60b. Though, I'll need to re-register the specializations now.