Laravel-Backpack / community-forum

A workspace to discuss improvement and feature ideas, before they're actually implemented.
28 stars 0 forks source link

CalendarOperation drag drop updates wrong time. #1156

Closed karandatwani92 closed 2 weeks ago

karandatwani92 commented 2 weeks ago

A user reported a few bugs in the calendar operation listed in the following discussion:

Discussed in https://github.com/Laravel-Backpack/community-forum/discussions/1155

Originally posted by **Sladous** September 17, 2024 Hi, I purchased Backpack\CalendarOperation and am experiencing several issues with it: 1) Not even on the demo https://demo.backpackforlaravel.com/admin/meeting/calendar saving mouse changes does not work correctly. If the all-day event is moved back one day, the system returns "Event updated successfully", but after reloading the page, the event is moved back one day. 2) It is not allowed to comment: // use \Backpack\CRUD\app\Http\Controllers\Operations\ShowOperation; Because the context menu doesn't work otherwise. I solve: $this->crud->removeButton('show'); 3) I don't know how to set Monday as the first day of the week. Could this be related to point 1?
pxpm commented 2 weeks ago

This should be fixed in backpack/calendar-operation v1.0.8

Cheers