Closed (fixed)
Project:
Custom Publishing Options
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2011 at 19:28 UTC
Updated:
20 Oct 2012 at 12:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
arcaneadam commentedAdded this feature into the latest version: 6.x-1.3.
Comment #2
NathanM commentedIs it possible to access these permissions without granting administer nodes access to those users?
Comment #3
arcaneadam commentedYes. Each option has it's own permission availability. Alternatively, you can use the administer nodes permission to give access to any/all of them.
Comment #4
NathanM commentedI understand it is supposed to be that way, but I can't get the publishing options field to show up for authenticated users unless I enable the administer nodes permission. If I just allow edit permissions in the Custom Publishing Options permissions table, it doesn't show up on the edit form for authenticated users.
Comment #5
NathanM commentedWait, it seems to be working now. Not sure what changed here. Maybe I had to rebuild permissions. This is great, now, by the way.
Comment #6
NathanM commentedIs this integrated into the 7.x version yet? I have upgraded my installation to Drupal 7.8, but can't seem to set permissions for custom publishing options.
Comment #7
NathanM commentedChanging status on this to reflect D7.
Comment #8
Anonymous (not verified) commentedThe permissions function in the D7 version was named incorrectly (had an 's' on the end).
The attached patch fixes this to make permissions work properly.
Comment #9
mnordstrom commentedEDIT: Nothing anymore. :)
Comment #10
hixster commentedUsing 6x-1.4 and can't see my custom publishing options. My role doesn't have administer nodes permissions - I have the toggle permission switched on for the role. The whole publishing pane is missing?
Comment #11
hixster commented**bump** anyone?
Comment #12
NathanM commentedAlso not seeing this anymore in 1.4 for 6.x.
Comment #13
NathanM commentedFinally figured out how to apply a patch and got the 7.x version working perfectly with "Override Node Options". Thanks a lot. Hope this gets committed to the dev version soon.
Comment #14
NathanM commented6.x also works fine, so ignore comment #12.
Comment #15
kevinquillen commentedWill review soon.
Comment #16
szantog commentedRerolled #8 against the latest dev. Commit please, this is trivial.
Ps. I don't know, why can't apply #8, it seems, that is exactly same as this.
Comment #17
kevinquillen commentedI will add this immediate change right now- but I really think it should be expanded to include:
The second would help from creating a lot of Views I believe, to display different published content, and facilitate Entity access control (when it gets to that point). Just a thought.
Comment #18
kevinquillen commentedCommitted to dev. Will get it in a release tomorrow, I am going to try and knock out the other trivial issues first before that.
http://drupalcode.org/project/custom_pub.git/commit/757a712
Comment #19
kevinquillen commentedNow the permission(s) appear and can be assigned to roles, but there is something weird that doesn't make sense with this implementation.
It looks like the status options only appear if you have administer content access- and if you have that, then you have all CPO options at your disposal. If you have added access modules to control access specifically to publishing options per role, then the UI makes more sense. But if you don't, it's a little weird to show permissions for CPO without it because they have 0 effect and can be confusing as to their purpose.
I think a few things should happen here:
The other thing I am working on now... but doesn't directly impact CPO. I'll see if I can get that up today.
Comment #20
kevinquillen commentedThis will be in the next release and should work when using CPO on its own, or CPO with Override Node Options.