Difference between revisions of "Notes"
m |
m (→Testing tip) |
||
Line 14: | Line 14: | ||
*UpdateQuota: update all RPQs' quotas status | *UpdateQuota: update all RPQs' quotas status | ||
− | == Testing | + | == Testing tips == |
− | === Copying Questionnaire === | + | === Copying Project Questionnaire === |
Revision as of 08:01, 5 March 2009
Quota
RPQ is registered in the quota_resource_project_questionnaire table when:
- checkAllQuotas() cgs function is called.
- UpdateQuota function on quota tab is called
- User moves to the last question of the rpq. In this case, rpq must be completed to be in the quota_resource_project_questionnaire table. However, if user moves to the previous question from the last question, the rpq is still in the table even though it is not completed.
The difference between checkAllQuotas(), CGS function, and UpdateQuota, GUI feature:
- CheckAllQuotas(): update the RPQ's quotas status.
- UpdateQuota: update all RPQs' quotas status