Closed (fixed)
Project:
Node Ownership
Version:
7.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
1 Oct 2011 at 06:34 UTC
Updated:
17 Mar 2012 at 14:36 UTC
I can't find much information on the Node Ownership module, I have installed it and tried to claim ownership of a page with another user. The emails get sent but the page is still owned by admin so the staff member is not able to update their page.
I have a number of staff pages (content type staff) that were created by admin and I want to give permission for individual staff members to update their own pages.
The permissions are set so that staff members can create staff content and update their own staff content but they do not get the edit tab for their claimed staff pages claimed using this module.
Comments
Comment #1
vyasamit2007 commentedHave you tried giving permission for that particular user role to 'edit own pages/content' from user permissions?
Comment #2
jward50 commentedHi
Yes the user has permission to create and edit their own staff content which they can do and they are able to claim the staff content but when you list conent is is still owned by admin so the user is not able to edit the node, have you got any other ideas as to what may be going wrong?
Many thanks
Julie
Comment #3
jward50 commentedI have checked the information in the tables and it is updating the nodeownership table correctly but not the node table. If I manually change the UID on the node from 1 to 6 the user can then edit that node. Do you have this module working correctly?
Comment #4
jward50 commentedHi, is there anything further I am missing as I am still unable to get this to work???
Comment #5
goron commentedThis is also not working for me, so I'm marking this as a major bug (since it impacts the main functionality of the module).
I install the module, give authenticated users permission to claim content and edit own content, use a test user to claim a node, use admin user to approve. The test user still gets no node edit access for that node.
Comment #6
goron commentedthis is critical, in fact
Comment #7
arav6 commentedThis was working, i remember, but all of a sudden from today, it stopped working. Every thing looks good, up to receiving email from admin, but could not see the edit options for the claimed content.
Comment #8
SomethingOn commentedThese comments are in the code, but there is no db_update() calls to actually execute:
I added the following code at line 419 and it changed the node:uid to the user who sent the claim request:
Comment #9
gauravkumar87 commentedComment #10
gauravkumar87 commentedFix committed in the latest dev snapshot.
Gaurav
Comment #11
yogeshchaugule8 commentedWorks as expected on 7.x.1.x-dev branch