backdrop-contrib / resource_timeslots

Provides a field type to reserve timeslots for configurable resources using a Fullcalendar calendar widget
GNU General Public License v2.0
1 stars 1 forks source link

the selected timeslot will dispear after batch update #18

Closed websterhung closed 2 years ago

websterhung commented 2 years ago

Hello, thanks for the awesome modudle!

But I found a bug that when a update from admin/content like change node status to promoted, the selected room, selected time will dispear. But when I edited it by single node(/node/15/edit), it works well.

Is anyone have this problem too?

Thanks!

indigoxela commented 2 years ago

when a update from admin/content like change node status to promoted, the selected room, selected time will dispear

Confirmed! Using VBO (like on /admin/content/node) leads to data loss!

Nobody reported that so far, so many thanks that you did @websterhung

indigoxela commented 2 years ago

A PR is available for testing: #19

If you're able to apply a patch, here is it.

Please let me know, if you need any guidance for testing.

websterhung commented 2 years ago

@indigoxela Thanks for your quick reply! It works!

Thank you so much!!