$this-><%= $strLabelId %> = new QLabel($this->objParentObject, $strControlId);$this-><%= $strControlId %>->Name = QApplication::Translate('<%= QConvertNotation::WordsFromCamelCase($objManyToManyReference->ObjectDescriptionPlural) %>');
Wrong controlname in Associated object label create method in MetaControlGen template: control_create_manytomany_reference.tpl line 42. $strControlId is used instead of $strLabelId
A fix to this issue was posted by Vass Arpad at arpancs/issue_88:
https://github.com/arpancs/qcodo
The following changes were made to this issue:
Thank you for helping out the Qcodo Development Framework by submitting a bug fix!
To maintain quality and consistency in the codebase, all submissions are reviewed before being committed to the core. In order to ease the review process for the Qcodo administrators, please submit your codefix in one of the following formats: