Actions
Bug #86574
closedPageRepository misses check for $versioningWorkspaceId > 0
Start date:
2018-10-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
With #85078 some checks in frontend/Classes/Page/PageRepository
has been changed from versioningPreview
(bool) to versioningWorkspaceId
(int).
The old bool value was set with a check versioningWorkspaceId > 0
which is now missing and break if backend user has set workspace to -99 which is the default.
Actions