Needs work
Project:
Content Management Filter
Version:
6.x-2.01
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2011 at 17:18 UTC
Updated:
21 Oct 2011 at 15:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
philipnorton42 commentedHave you managed to fix this or find an alternative solution? I'm faced with the same issue
I do have a couple of days free to work on this so I might be able to implement a patch. I haven't looked at the source code much yet so an indication of where to start looking around would be cool :)
Comment #2
adinochestva commentedIve created a patch that will do what u need , It will only show the content types that user has permission of 'edit any ... content' , So whatever u wanna user see , must have that permission.
Hope it helps
Comment #3
dkingofpa commentedCleaned up the code from #2 and rolled a new patch using instructions at http://drupal.org/project/cmf/git-instructions
I think the patch still needs work though. It currently only takes into account the "edit any" permissions and doesn't do anything with the "edit own" permissions. Also, the node type select field should be limited to only the content types that the user has access to.
Comment #4
staceyrice commentedThank you adinochestva and dkingofpa! I'm going to forward this patch on to our programmer and see if she has some time to iron out the edit own and select field.