Actions
Task #69832
closedUse binary notation for JsConfirmation enumeration
Start date:
2015-09-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Stabilization Sprint
Description
The numeric values of JsConfirmation
are hard to understand, especially wrt bitmask operations.
These should be converted to bitmasks using the 0b
prefix available since PHP 5.4.0.
Actions