Yes, actually this did help quite a bit.  I'm not looking for an easy
answer, just a place to put my should to the grindstone ;).

So, before I go into what I did, is it possible to extend genericAdmin so
that MY copy is is used in place of the core copy?  If not, no big deal.

I found the answer in adding a NewsSentToDraft within the dmPermission
table.  From there, I created a new iObjectSendPermission within
genericAdmin.cfm.  I seperated out Approve and Send To Draft to be
seperate checks when the page loads.  This at least makes sure an item can
be sent to draft without giving the user the ability to approve.  I might
even go on to make a Request Send to Draft, similar to Request Approval. 
Ya'll have to understand that I cannot trust my contributers to not mess
with items that have already been submitted.  If the do edit an approved
object there will be no audit trail to prove that they did ;).  My final
step is to remove the ability to make sure that an object cannot be Edited
unless it's in draft form.  This should be possible within that stGrid
struct.  I just need to figure out the syntax of
"iif(iObjectEditPermission eq 1,DE(iif(locked and lockedby neq
'##session.dmSec.authen" not add a check for if (item EQ draft) then
showEdit, else etc.

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to