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.
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Updated by Riccardo De Contardi over 9 years ago
- TYPO3 Version changed from 4.7 to 6.2
- Is Regression set to No
I can confirm it for 6.2.12 and 7 (latest master)
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Riccardo De Contardi over 7 years ago
When trying to discard a workspace from the button "choose mass action",
1) On version 7.6.16 I obtain an error message:
[1.0.-1]: [newlog()] Attempt to reset workspace for record failed: No record, [1.0.-1]: [newlog()] Attempt to reset workspace for record failed: No record
But the workspace is emptied
2) On version 9.0.0-dev (latest masteer) there is no error, and the workspace is emptied.
Can you confirm?
Actions