Feature #15619
closedWeb->Access : "leave unchanged" in permissions
100%
Description
If I want to edit for a number of nested levels for example the permissions of "all" or if I want to change the group, the permissions of the parent page are inherited to those on the deeper levels, which is annoying when they have different permissions from the parent page. So a "leave unchanged" select box for User/Group/All permissions would be nice.
(issue imported from #M2551)
Updated by Sebastian Kurfuerst almost 18 years ago
Hi,
I think that within the current architecture, that is a nearly impossible feature. However, it would be possible to implement that as an extension using a hook in the core (the same hook as used in be_acl).
Greets,
Sebastian
Updated by Martin Kutschker almost 18 years ago
Sebastian, there is a patch for this ready waiting for approval! ItÄs workig perfectly but ther was a debate wheter to use radio buttons ot select boxes for te states set/unset/no-change.
Updated by Sebastian Kurfuerst almost 18 years ago
Hi Masi, could you give me a reference to the bug report? I found the stuff in question at the core list, but I didn't fully gasp the concept.
Do you
- copy the permissions from the rootline when it is set to "no change"
- or do you save it somehow differently within the bitmask?
I think you do variant 1, right? Because you just modified index.php...
Greets,
Sebastian
Updated by Michael Stucki almost 18 years ago
You can find it in the thread "[TYPO3-core] draft for a new/alternative version of Web>Access>Permissions".
I basically like the patch, but have the feeling that one may need both ways of working: Setting permissions relatively (defaulting to "leave unchanged") and setting them absolutely based on the selected page (like it is now).
I believe this can be done with a simple JavaScript routine...
Updated by Sebastian Kurfuerst over 13 years ago
- Assignee deleted (
Sebastian Kurfuerst)
Updated by Tolleiv Nietsch over 13 years ago
- Target version deleted (
0) - PHP Version deleted (
4) - Complexity set to easy
Updated by Alexander Opitz about 10 years ago
- Status changed from Accepted to Needs Feedback
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.4)?
Updated by Axel Jindra about 10 years ago
Yes, the feature is still not implemented. I think the issue may be closed anyways since it has become a lot easier to change inherited permissions by clicking on the red/green dots.
Updated by Alexander Opitz about 10 years ago
- Category set to Backend User Interface
- Status changed from Needs Feedback to New
I'll leave this open, but maybe you can add some illustrations how you think this should work or the UI should look like.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35491
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35491
Updated by Benni Mack almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3b7e072cbe27930d4d4dc971a0002c2bd0658ece.