Hi, Jake. Thanks for the feedback. On Feb 24, 2:22 pm, "Jake Churchill" <[EMAIL PROTECTED]> wrote: > Does calling super.delete(stObj.objectid) not work on your extended CFC?
This would work, but I am trying to override the parent method, not extend it. Here is the issue I have encountered: The core dmImage delete method contains references to the dmEvent and dmNews types in order to prevent deletion of images that are referenced by these types. I am not using the farcrycms plugin for this particular site, however, and the method errors when trying to query the missing tables. I can work around this in several ways, but I had hoped to come up with a solution that did so without modifying the core dmImage type. So essentially, I want to call delete() on: farcry.core.packages.types.types Not on: farcry.core.packages.types.dmImage Which is the base CFC of the calling CFC: farcry.projects.[projectname].packages.system.dmImage Thanks for any ideas, -- Ezra Parker --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
