Issue Details (XML | Word | Printable)

Key: CONTRIB-1358
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Mike Worth
Reporter: Mark Johnson
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Non-core contributed modules

Ability to double-book rooms

Created: 19/Jun/09 05:54 PM   Updated: 19/Jun/09 06:32 PM
Return to search
Component/s: Block: Mrbs
Affects Version/s: 1.9.4
Fix Version/s: None

File Attachments: 1. Text File mrbs_doublebook.patch (25 kB)

Issue Links:
Relates
 

Participants: Mark Johnson and Mike Worth
Security Level: None
Resolved date: 19/Jun/09
Affected Branches: MOODLE_19_STABLE


 Description  « Hide
This feature introduces a feature allowing users with the new block/mrbs:doublebook capability to double-book a room.
The Edit Entry page has an option to disable hiding occupied rooms so bookings can be made in a room where one exists already. If a double-book is attempted, clash errors are still displayed, but users with the capability can click an "I don't care" button to double-book the room regardless.
The user who originally booked the room is then notified by e-mail.


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Mike Worth committed 7 files to 'Contrib CVS' - 19/Jun/09 06:32 PM
CONTRIB-1358 Allow users with block/mrbs:doublebook to book themselves into rooms that are already occupied
MODIFY plugins/blocks/mrbs/block_mrbs.php   Rev. 1.10    (+2 -2 lines)
MODIFY plugins/blocks/mrbs/web/functions.php   Rev. 1.18    (+19 -1 lines)
MODIFY plugins/blocks/mrbs/web/edit_entry.php   Rev. 1.16    (+7 -4 lines)
MODIFY plugins/blocks/mrbs/db/access.php   Rev. 1.4    (+9 -0 lines)
MODIFY plugins/blocks/mrbs/web/force_book.php   Rev. 1.4    (+0 -11 lines)
MODIFY plugins/blocks/mrbs/web/edit_entry_handler.php   Rev. 1.15    (+67 -1 lines)
MODIFY plugins/blocks/mrbs/lang/en_utf8/block_mrbs.php   Rev. 1.24    (+7 -1 lines)