Needs review
Project:
CCK Field Permissions
Version:
5.x-1.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2008 at 10:29 UTC
Updated:
2 Jun 2009 at 23:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
janusman commentedPatch for 5.x-1.10. Included an .install file that updates existing permissions strings.
The problem is not only with the CCK field label, but also with the content type label. I needed to do this because i18ncontent.module was sometimes using the translated content type label.
Comment #2
janusman commentedmissed setting as needs review.
Comment #3
jayjaydluffy commentedI applied the patch, actually just created a file and named it cck_field_perms.install then pasted cck_field_perms_update_11() function as given in the patch. But still no good.
I was actually changing one of my content types and yes, all permissions after changing the Name (just human-readable and not the critical, machine-readable) are gone. Is this patch applicable in this case?
Thanks!
Comment #4
jayjaydluffy commentedI think there are some bug in the update query you did in update_11(). It did not rename properly.
Anyway, the patch you did helped a lot to me in understanding the case. For now I just manually changed the things in database coz i don't have enough time to do it.
I'm still subscribing on this.
Thanks!