When a doctype inherits from another doctype, modelsbuilder fails on compile (using appdata for mode) by saying the parent doctype does not have a publishedValueFallback
Reproduction
Bug summary
When a doctype inherits from another doctype, modelsbuilder fails on compile (using appdata for mode) by saying the parent doctype does not have a publishedValueFallback. Only by adding another constructor to the genereated class files can I get it to compile. The parent class may need a constructor that doesn't contain the publishedValueFallback parameter. NOTE: These doctypes were not created on the beta - they came over in the upgrade
Specifics
This has happened in every version of the beta so far
Steps to reproduce
Upgraded from v8 to v9 beta
Generated models
Compile fails on every doctype that is inherited in other doctypes
Expected result
Models would build like in V8
Actual result
All doctypes using inheritance fail on build with "There is no argument given that corresponds to the required formal parameter 'publishedValueFallback''"
When a doctype inherits from another doctype, modelsbuilder fails on compile (using appdata for mode) by saying the parent doctype does not have a publishedValueFallback
Reproduction
Bug summary
When a doctype inherits from another doctype, modelsbuilder fails on compile (using appdata for mode) by saying the parent doctype does not have a publishedValueFallback. Only by adding another constructor to the genereated class files can I get it to compile. The parent class may need a constructor that doesn't contain the publishedValueFallback parameter. NOTE: These doctypes were not created on the beta - they came over in the upgrade
Specifics
This has happened in every version of the beta so far
Steps to reproduce
Expected result
Models would build like in V8
Actual result
All doctypes using inheritance fail on build with "There is no argument given that corresponds to the required formal parameter 'publishedValueFallback''"