meeting-room-booking-system / mrbs-code

MRBS application code
Other
117 stars 58 forks source link

Permalink to booking entries? #3703

Open embeh opened 1 month ago

embeh commented 1 month ago

We are using MRBS version 1.8.0 and would like to have direct URLs to specific booking entries.

So far, we have been using http://ourserver/view_entry.php?id=22757 but we now realize that the ID seems to change whenever someone edits an entry, correct?

Is there a better way to identify an entry and use that in a URL?

Thanks very much.

campbell-m commented 1 month ago

I'm afraid not at the moment. When you edit an entry, MRBS creates a new one and deletes the old one. I don't think there's any good reason for doing it that way rather than just updating the existing entry (it may be more complicated though when editing a series), so I'll change this to be an enhancement request.

embeh commented 1 month ago

OK, thanks for the update.