Actions
Bug #97406
openTreeNode IDs should be ints
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
Start date:
2022-04-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
For TreeNode IDs, ints as passed, and the IDs also are used as ints (e.g., in comparisons). So they need to be ints, not strings.
Actions