Page 1 of 1

Deleting event

Posted: Sun Jul 27, 2014 12:56 am
by hjirms
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

Re: Deleting event

Posted: Mon Jul 28, 2014 9:00 am
by GregS
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

Posted: Fri Jan 30, 2015 3:40 pm
by GregS
Resolved this one a couple of weeks ago.