Bug #59226
closedNon-Admin can't publish page to live workspace in new session.
100%
Description
A member of a custom workspace can't publish a page once they have started a new session (logged out and logged in).
Publishing within the same session is not a problem!
The member can edit a live record.
The member can change the workspace stage from "editing" to "ready to publish" and back.
The member can publish other records (e.g. news).
TYPO3 4.5.34
Steps to reproduce:
1) Switch to custom workspace.
2) Create page.
3) Start new session (log out, log in)
4) Try to publish the page.
Expected result:
- Page gets published and is removed from Web->Workspaces view.
What actually happens:
- Nothing. Web->Workspaces stays the same, the record is still selected (checkbox).
- No error message is given.
Updated by Sven Flesch over 10 years ago
- % Done changed from 0 to 100
Fixed it.
If no new page is created, the be_acl cache is not updated.
To fix it I added a hook that does just that:
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearCachePostProc']
be_acl\class.tx_beacl_hooks.php has a working example.
Updated by Oliver Hader about 9 years ago
- Status changed from New to Needs Feedback
- Target version changed from 7.5 to 7 LTS
Does that behavior occur in the recent TYPO3 CMS 7.4 version (and/or master)?
Does it occur at all, if the be_acl extension is not installed?
Updated by Oliver Hader about 9 years ago
- Priority changed from Must have to Should have
- Target version changed from 7 LTS to next-patchlevel
- TYPO3 Version changed from 4.5 to 6.2
- something seems to be wrong if the mass actions are used (no changes at all)
- using the dedicated actions by clicking the checkbox works however
Updated by Gerrit Code Review about 9 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44416
Updated by Gerrit Code Review about 9 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44417
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44417
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44417
Updated by Oliver Hader about 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 06ce35f875ac23645a58eb51ef3d43ff4550379c.