meeting-room-booking-system / mrbs-code

MRBS application code
Other
124 stars 60 forks source link

policy limits enable but not function #2265

Open jberanek opened 6 years ago

jberanek commented 6 years ago

I try to add following code to config.ini.php how every when i book all days the policies still showing no policy conflicts

$max_create_ahead_enabled = TRUE; // set to TRUE to enforce a maximum advanc$ $max_create_ahead_secs = 606031; $max_duration_enabled = TRUE; $max_duration_secs = 6060*2; // (seconds) - when using "times"

Reported by: *anonymous

Original Ticket: mrbs/support-requests/1557

jberanek commented 6 years ago

The config settings only change the default settings for new areas. For existing areas you need to edit the area settings through the browser. Login to MRBS as an admin, go to the Rooms page, select the area in question, click the Edit icon and change the settings as required.

Original comment by: campbell-m

jberanek commented 6 years ago

Thanks. is working fine now. Hope the new setting areas should be implement soon.

Original comment by: *anonymous