Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RQM 2.0.1 iFix003 - Formal Review

Unable to complete formal test case review. Error message is displayed 'in the Formal Review section, comments for your rejection are required." even when you have provided the comments.

0 votes



2 answers

Permanent link
I tried to reproduce the problem in my 2.0.1 iFix 3 server but was unable to. I see the following check in the code:

if (obj.status == Constants.TYPE_REJECTED && obj.comment == "") {
return {
msg: Constants.APPROVAL_REJECT_REASON_DUPLICATED_WARNING_APPROVAL_TABLE,
value: false
};
}

I am wondering if somehow obj.comment is getting overwritten with a null string ? Can you please provide more details (or perhaps set a breakpoint in the validate() function of ApprovalTable.js; not sure if you know how to debug RQM using FireBug) ?

0 votes


Permanent link
I tried to reproduce the problem in my 2.0.1 iFix 3 server but was unable to. I see the following check in the code:

if (obj.status == Constants.TYPE_REJECTED && obj.comment == "") {
return {
msg: Constants.APPROVAL_REJECT_REASON_DUPLICATED_WARNING_APPROVAL_TABLE,
value: false
};
}

I am wondering if somehow obj.comment is getting overwritten with a null string ? Can you please provide more details (or perhaps set a breakpoint in the validate() function of ApprovalTable.js; not sure if you know how to debug RQM using FireBug) ?


What is your FF version? I haven't used Firebug but will try.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Aug 24 '10, 1:43 p.m.

Question was seen: 4,356 times

Last updated: Aug 24 '10, 1:43 p.m.

Confirmation Cancel Confirm