I have an event that refuses to delete due to the following problem:
The following records reference this event, so it cannot be deleted.
Prices: 1
I don't know how to remove the prices reference record in order to delete the event.
Thanks in advanced
Deleting event
Re: Deleting event
Yes, this is a current deficiency. At the moment, you'd have to do this by manually deleting the price from the database. Or instead of deleting the event (which I assume was put there for testing), you could edit it to be the real event that you want. I know approximately how to fix this, but the dependency checking is done by generic code that works with all the database tables, so it needs to be done delicately to avoid breaking other things. I hope to get to this very soon, and will update here when it's done.
Re: Deleting event
Resolved this one a couple of weeks ago.