meeting-room-booking-system / mrbs-code

MRBS application code
Other
124 stars 61 forks source link

Allow registration for admin? #3140

Open jberanek opened 2 years ago

jberanek commented 2 years ago

I have noticed that when I book a room as an admin the item "allow registration" appears, what is it for? Where can I find explanations on the use of this item?

Reported by: simona1974

Original Ticket: mrbs/support-requests/2455

jberanek commented 2 years ago

It allows you to create an event for which others can register. Try it and see.

If you don't want that field to appear then there is a configuration setting to disable it.

Original comment by: campbell-m

jberanek commented 2 years ago

What is the configuration setting? i can't find it in systemdefaults.inc.php. Thanks.

Original comment by: simona1974

jberanek commented 2 years ago
$enable_registration = false;

Original comment by: campbell-m