Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
CCFIT: When adding a grade item to an extra credit category, the grade item's extraCredit boolean flag is not set.
GENERAL
TESTING
GENERAL
TESTING
Description
While fixing GRBK-676, I found out the following:
1. Create extra credit category 2. Create grade item in extra credit category but don't check "Extra credit" option and then save grade item.
This doesn't set the grade items "extraCredit" boolean flag as it should, because you can only have extra credit grade items in an extra credit category.
I think we should do the following:
1. When creating a grade item in an extra credit category, don't show the "Extra credit" option, since this is an implied extra credit grade item 2. Set the grade item's "extraCredit" boolean when such a grade item is created
QA was done by the overal regression test of ItemForm panel.
Thomas Amsler June 27, 2011 at 4:24 PM
As discussed during the DEV meeting, we are closing this because the remaining issues will be addressed in GRBK-975.
Michael Wenk May 12, 2011 at 1:50 PM
From what I see, I'm not sure what I can do in the time left before 1.5. The whole ItemFormPanel needs some refactor love. Putting this back in the pile.
Thomas Amsler April 19, 2011 at 2:30 PM
Edited
I made a little progress on this but am stuck now. If anybody else starts working on this, check with me on some of the details.
While fixing GRBK-676, I found out the following:
1. Create extra credit category
2. Create grade item in extra credit category but don't check "Extra credit" option and then save grade item.
This doesn't set the grade items "extraCredit" boolean flag as it should, because you can only have extra credit grade items in an extra credit category.
I think we should do the following:
1. When creating a grade item in an extra credit category, don't show the "Extra credit" option, since this is an implied extra credit grade item
2. Set the grade item's "extraCredit" boolean when such a grade item is created