Closed (fixed)
Project:
Nodes In Block
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2010 at 21:57 UTC
Updated:
10 Jan 2011 at 19:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
swentel commentedhrm, makes sense, never thought about that actually. Something like 'Configure nodes in block on node edit page' should be ok right ? (or something alike)
Comment #2
alek123 commentedYes!, that's it. :D
Thank you.
Alek
Comment #3
swentel commentedCommitted to dev version. The permission is called 'deny configuration on node form'. It acts as a restristrive permission (except for user 1). If the user has this permission, it won't have access to the nodes in block fieldset.
Comment #5
thomas molck commentedhello, reopened the issue as bug report. the permission 'deny configuration on node form' hide the 'nodes in block' fieldset in the 'edit node form'. but if i try to submit a change on a node, i get a error message "Visibility field is required.". in this way, the permission blocks any node edit permission.
Comment #6
thomas molck commentedComment #7
swentel commentedWow, and I was about to throw a new release today :) Patch attached and committed to CVS. Thanks for the report!
Comment #8
swentel commentedComment #9
thomas molck commentedthanks for the quick patch. unfortunately, it dont prevents the message "Visibility field is required."
for me, this change in line 285 of nodesinblock.module works:
Comment #10
thomas molck commentedi just realize, that my suggestion deactivate visibility validation for all users (incl. user 1), if 'deny configuration on node form' is set. anyway, it helps me. just want to give the hint to others who may read my comment.
Comment #11
swentel commentedShould now be fixed in D6 branch.