dro123 / redmine_meeting_room_calendar

Qburst's meeting room plugin for redmine
Other
28 stars 20 forks source link

View deleted meetings #44

Open nicbagit opened 6 years ago

nicbagit commented 6 years ago

Hi,

Some of our team members are deleting room bookings at last minutes and making a bad habit of it. We thought that we could track these in the redmine activity section, but it seems that once a meeting is deleted the whole issue existence also gets deleted.

Is there a way to keep a record of meeting bookings? The only way I can think of right now is taking screenshots and comparing between these.

Thanks,

Nic.

dro123 commented 6 years ago

Hi,

I can only think of two methods with both involve some programming todo:

1) Don't actually delete the issues, but set a different status to them and filter them when showing/checking for overlap

2) Monitor production.log on the server