Description of problem: On the edit-version page of the website, it should be possible to set the version to automatically use the project type of the parent project, but the dropdown list for project type does not present such an option, and there is no checkbox or button to select whether to inherit the setting. Version-Release number of selected component (if applicable): 2.2-SNAPSHOT (20130208-1232) How reproducible: Always Steps to Reproduce: 1.Sign in as admin or maintainer and navigate to any project-version that you have edit permission for 2.Click 'Edit Version' link 3.Try to set version to inherit... Actual results: There is no way to set version to inherit from parent project Expected results: Version is initially be set to inherit project type from parent project, and there is a way to change between inheriting and using a specified type, and back to inheriting. Additional info:
I think this is another case where the subordinate should copy the parent, *not* inherit. So the version should copy (ie default to) the parent's project type (when created), and then keep it thereafter. Then if the parent's project type changes, the child won't automatically change. Which is fine. Is that what we've got?
That is the case for mvn:zanata push-version. I will implement the same logic in create version.
Implemented 'copy' of projectType from Project. See https://github.com/zanata/zanata/commit/2ffd712a1652af4c797b5e47bb60451ff3303bc5
VERIFIED with Zanata version 2.2-SNAPSHOT (20130215-1232)
Closing VERIFIED bugs for Zanata versions <= 3.1.