This topic is locked

8.1 checkbox required?

10/7/2015 8:13:13 AM
PHPRunner General questions
S
shep author

I recently updated one of my projects from 8.0 to 8.1 and the first thing one of my users noticed was many (not all) checkboxes on edit pages changed from "optional", what they are supposed to be, to "required". This is not cool. I am not certain of what value a 'required' checkbox could be since it appears it has to be checked in order to satisfy the requirement. But for me the bad news is it means there's is no longer a method for the user to signal "no".
Did I miss something or will I have to visit every editable page in the project and verify every field has not had its 'required' flag randomly set? In the meantime, I've put the 8.0 pages back in service.

Sergey Kornilov admin 10/12/2015

Something doesn't sound right here. As a first step make sure you have installed the latest build of PHPRunner 8.1 and performed a full project build. This should solve the issue.

S
steveh 10/22/2015



Something doesn't sound right here. As a first step make sure you have installed the latest build of PHPRunner 8.1 and performed a full project build. This should solve the issue.


The issue is with fields that do not accept nulls, phprunner marks these as required, but for a checkbox, it should only really do this if the field has no default value.
Regards

Steve