core

Ticket #218 (closed Bug: wontfix)

Opened 3 months ago

Last modified 3 months ago

ExtendedBlock Permissions

Reported by: knollo Owned by: Landseer
Priority: major Milestone: 1.1.0
Component: Version:
Keywords: Cc:

Description

In the moment (Zikula 1.0.2) i must denied the entry in an "ExtenedMenuBlock?", what not should show for an user/group. We have also an blacklist.

example in the moment:
guest 35:(3|4|5|9): none
users 35:(3|9): none
customers 35:(9): none
all groups 35:: read

But if i create a new entry in an "Extended Menu Block" every user can see this entry and i must go to the permissions and blocked this for every group.

Please integrate also a "whitelist"-controlling, that we can permid all entry per user/group.

What i mean/want:
guest 35:(1|2|5|6|7|8): read
users 35:(1|2|4|5|6|7|8): read
customers 35:(1|2|3|4|5|6|7|8): read

Change History

Changed 3 months ago by Guite

  • owner set to Guite
  • status changed from new to accepted
  • milestone changed from unassigned to 1.1.0

Changed 3 months ago by Guite

  • owner changed from Guite to Landseer
  • status changed from accepted to assigned

Changed 3 months ago by Landseer

  • status changed from assigned to closed
  • resolution set to wontfix

You can do this with the recent permission implementation: First allow ("white-list"), then forbid the rest. You can also add a generic forbid rule for all extmenu blocks if you want.

Any other changes are not compliant with our permission system.

Note: See TracTickets for help on using tickets.