Michael @ Four Eyes wrote:
I just created a custom type based upon dmhtml.  Really all I did was add a
few fields.  Everything works fine, except when I try to delete an
underlying draft piece of content, I get the below error.  I have never sen
this before.  Any thoughts?  BTW I am on the V22


Element STATUS is undefined in STOBJDRAFT.

I doubt this is your problem since it is in draft status already, but I'll give it a shot anyway.


If you don't have it already, try adding a status field to your table. In your custom type cfc file, place the following line (if it doesn't already exist):

<cfproperty name="status" type="string" hint="Current status of object (draft/pending/approved)" required="no" default="draft">

Then deploy the change while logged into Farcry Admin/COAPI/Type Classes.

-Jeff

---
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