Actions
Bug #89491
closedfal_is not capable of saving is_public in form, if driver states is public is not supported
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2019-10-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
given you have a fal_driver, which does not support public capability saving the tca form will fail.
reason is, that the value is set to "" instead of "0". and null is no valid int.
can be solved with an easy type cast.
Files
Actions