Tests pending pull requests
Build: #4152 was successful Manual run by Build Robot
Code commits
phpBB Ascraeus
-
Joas Schilling f02dc44a23e60c451552a52db2ddd38183c1e387
Merge pull request #3138 from prototech/ticket/12642
[ticket/12642] Ensure CPF type specific options are set when editing booleans. -
Cesar G <prototech91@gmail.com> d43f196fa6887fb399be318b30a594f98258aa1a
[ticket/12642] Ensure CPF type specific options are set when editing booleans.
prepare_hidden_fields is expected to return null if the option is not sent
in the request. The boolean method returns false instead, which results in
the options being set as false in hidden fields when accessing the first edit
step.
When checking the "Default value" option, there is also a failure to check
whether the "Field type" option is set to checkbox, thus resulting in this
option getting lost as well.
PHPBB3-12642- phpBB/phpbb/profilefields/type/type_bool.php (version d43f196fa6887fb399be318b30a594f98258aa1a)