Actions
Bug #39291
closedDiscard complete workspace isn't working
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2012-07-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When choosing "Discard" from the Mass Action-Dropdown 0 items are processed, although there are edited/versioned items within the workspace.
I guess the problem appears within the Workspaces.php, line 211, where $mountPoints is meant to be a one-dimensional array but $GLOBALS['BE_USER']->returnWebmounts() returns a two-dimensional array in my case.
Actions