Closed (works as designed)
Project:
Override Node Options
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2009 at 04:28 UTC
Updated:
19 Sep 2015 at 02:32 UTC
Jump to comment: Most recent
Comments
Comment #1
joachim commentedNPG would have to turn action_prefixes() into an info type hook, so ONO can supply the extra action strings.
Comment #2
timmillwoodThis module originally had one permission per field, which then worked across all content types site wide.
I added per content type permissions to give more flexibility, although it has made the permissions page a bit of a mess.
node_permissions_grid might help.
Another option i was thinking was to have all permissions on a override node options settings page, but that gets a bit messy.
Comment #3
joachim commentedSlight problem...
NPG works with permissions of the form ACTION CONTENT-TYPE SUFFIX, like 'edit own / page / node' or 'create / forum / post'.
With something like 'override blog revision option' we have ACTION CONTENT-TYPE ACTION SUFFIX.
It's not easily doable; would need the regexes reworking somehow to find CONTENT-TYPE inside ACTION (and *then* not look for it afterwards.)
Given my reservations about how wide it would make the NPG page, I think I might drop this particular tack.
The other option like you say is an ONO page. How about a tab for each content type?
Comment #4
opdaviesnode_permissions_grid is now marked as obsolete, and has been superseded by permission_grid. There's only a D7 version of permission_grid though.
Comment #5
opdaviesComment #6
jenlamptonI'm going to close this issue since it looks like the demand has disappeared, but please reopen if I'm wrong.