Staff Answer
Jun 13, 2016 - 12:43 AM
Yes it is possible; we can set these properties from Config file in inteGREAT4TFS directory. Location for Config file:
%installation drive%\Program Files (x86)\eDev Technologies\inteGREAT4TFS 2016 Update 1\User Interface
From above mentioned location, please find file with name “Web” . Open it in Notepad, look for the below tag(you can also search this tag in file):
<!-- Start :: Review Management Rules Configuration keys -->
<add key="Review.RulesEnabled" value="true"/>
<add key="Review.RulesChecked" value="false"/>
<!-- Start :: Review Management Rules Configuration keys -->
Here, “Review.RulesEnabled” value denotes that RULES would be enabled(viewable on REVIEW FORM) for all reviews, if user changes its value to “false”, rules would not be displayed on UI.
To set default “approve with password” option, change “Review.RulesChecked” value to “true” ; they would be displayed auto selected(auto checked) on form. Unless user deselect or do not select any “approver”.
Add New Comment