Couple of ideas 1) Give them developer permission, and then reduce the things that developers are allowed to do. Probably not the best approach.
2) Extend the relevant type (dmHTML, et al), overriding the displayObjectOverview method, and sending it to your own overview hander. This handler would essentially be a copy of the existing handler, but you would check for a new permission (that you would create) and use it to trigger the display of the objectID. Lots of work to be done to make this happen. 3) This is the bad way, but definitely the easiest--change the displayObjectOverview code hooked into types.cfc to include your custom permission. The file where the change would take place is: /farcry_core/packages/types/_types/renderObjectOverview.cfm 4) Lobby daemon to break down the developer permission into more granular kernals that can be controlled individually and wait for the next release. Coach B wrote: >Hi, > >Is there any way to allow users such as contributors the ability to see the >objectid on the object overview page without assigining them developer >permission? > >Regards, >Coach >-- >View this message in context: >http://www.nabble.com/Displaying-the-ObjectID-in-the-overview-tab-t1288856c621.html#a3428910 >Sent from the FarCry - Dev forum at Nabble.com. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
