Created attachment 580738 [details] edit twice failed. Description of problem: In a run page, edit the property of environment. Choose a property and change it's value, submit. Again, edit this property and change another value, submit failed. Version-Release number of selected component (if applicable): tcms-stage - 3.7.0-1 How reproducible: 100% Steps to Reproduce: 1.Enter into a run. 2.Choose a property of environment and edit it to change its value, then submit. 3.Edit this property again and change another value, then submit. Actual results: In step3, submit failed, and the warning "Edit value failed" pops up. Expected results: The property can always be edited. Additional info:
A line of hard coded javascript function call caused an incorrect argument being sent in an Ajax call that is intended to update testrun.environment, it failed with stupidity. Now fixed in commit 58a07c0.
verify result --> pass verify version tcms-3.7.0-2 on stage verify step 1.Enter into a run. 2.Choose a property of environment and edit it to change its value, then submit. 3.Edit this property again and change another value, then submit. result work well.