Hi - Im sorry, but at the moment we do not have the needed resources to make a release - I would estimate now that the next release will be in ~ 4-6 weeks.
best regards
Andresa
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I made the suggested changes, but while it appears to take care of the problem, those changes create some other undesirable behavior. While it's true that the updates make the fields non-required on Add Test, they are still required for Edit Test. Further, if you enter data in any of these fields on Add, the data is not saved. You're forced to edit the test and re-enter the data. Can you please let us know what to do to take care of this issue? I don't mind editing the properties. Or if there weren't any changes in this file for this release, it would be easy enough to revert to the copy of this file from the last release. Please advise. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm sorry for this inconvenience, but the following solution will definitely solve your problem.
Exchange following files with the version from the 1.6.1 release.
test_add_page.php
test_add_action.php
test_detail_update.php
test_detail_action.php
This issue will also be fixed in our next release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you, Stefan! This seems to have solved the immediate problems. I am now able to enter my test cases without having to go back and edit each one. I appreciate the quick reply.
Ken
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please explain why, in release 1.6.2, several fields in Tests were made mandatory? Specifically, Test Area, Test Type, QA Owner.
We currently don't use these fields, and if I upgrade to 1.6.2, it will make work more onerous for everyone at my company who is using this tool.
Thanks.
Hi!
Im sorry but this seems to be a error which happened when releasing 1.6.2 (this is only internal for our use and should have not been published here).
Following steps will solve the problem:
1.) open file test_add_page.php
2.) change line 120 from
print"<td class=form-lbl-r>". lang_get('area_tested') ."<span class='required'>*</span></td>". NEWLINE; to
print"<td class=form-lbl-r>". lang_get('area_tested') .NEWLINE;
3.) change line 124 from
print"<select name='testareatested_required' size=1>". NEWLINE; to
print"<select name='testareatested' size=1>". NEWLINE;
4.) change line 132 from
print"<td class=form-lbl-r>". lang_get('testtype') ."<span class='required'>*</span></td>". NEWLINE; to
print"<td class=form-lbl-r>". lang_get('testtype') .NEWLINE;
5.) change line 135 from
print"<select name='testtype_required' size=1>". NEWLINE; to
print"<select name='testtype' size=1>". NEWLINE;
6.) change line 155 from
print"<td class=form-lbl-r>". lang_get('qa_owner') ."<span class='required'>*</span></td>". NEWLINE; to
print"<td class=form-lbl-r>". lang_get('qa_owner') .NEWLINE;
7.) change line 158 from
print"<select name='qa_owner_required' size=1>". NEWLINE; to
print"<select name='qa_owner' size=1>". NEWLINE;
Perhaps you could produce a new release without those changes? In our IT environment, I don't have access to the RTH source.
Thanks.
Hi - Im sorry, but at the moment we do not have the needed resources to make a release - I would estimate now that the next release will be in ~ 4-6 weeks.
best regards
Andresa
I made the suggested changes, but while it appears to take care of the problem, those changes create some other undesirable behavior. While it's true that the updates make the fields non-required on Add Test, they are still required for Edit Test. Further, if you enter data in any of these fields on Add, the data is not saved. You're forced to edit the test and re-enter the data. Can you please let us know what to do to take care of this issue? I don't mind editing the properties. Or if there weren't any changes in this file for this release, it would be easy enough to revert to the copy of this file from the last release. Please advise. Thanks.
Hi!
I'm sorry for this inconvenience, but the following solution will definitely solve your problem.
Exchange following files with the version from the 1.6.1 release.
test_add_page.php
test_add_action.php
test_detail_update.php
test_detail_action.php
This issue will also be fixed in our next release.
Thank you, Stefan! This seems to have solved the immediate problems. I am now able to enter my test cases without having to go back and edit each one. I appreciate the quick reply.
Ken