Hello,
I would like to know how to send an error from change.php.
I'm using it to book items. So, when a reservation is done, the object can't be booked when this reservation takes place.
As people can drag and drop reservations, they can move them where they want and even those belonging to other persons. I made sure that the update of the "event" doesn't register when the dates are wrong or when it's not the owner that is moving it. The problem: after the drop, it's not refreshing automatically, I need to change views or press F5 if I want to see if it has registered or not. In other words, I need to find a way for the page to reload after the drop, so that if there is a problem, the dragged event can return to its original place and an error shows in order to explain why.
I've tried stuff in the change.php file or in fullcalendar.php but nothing worked. I want at least to see if it's possible before disabling the drop and the resize.
Thanks to those who can answer (ps: I've already post that as a comment on the plugin in case of).
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Daniel Hall@danny.h
![Daniel Hall Daniel Hall](https://elgg.org/serve-file/e0/l1319554124/di/c0/iSKwox6Z5ulbsJKLoijR5K6T47NWR71FyXD3HVtdElE/805000/808820/profile/808820tiny.jpg)
Daniel Hall - 0 likes
You must log in to post replies.Hi Vinciane, have you already found solution for this? I have similar problem...