6.0.0-beta13
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/11/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12862] Unavailable resources should do more than just show a message
*
Your Email Address
*
Spam protection
Enter the letters below:
. .___.___. .. , | [__ [__ |\/| \./ |___[___| | | |
Comment
> When creating an event with resources, if any of the booked resources > are not available for that event, the only effects are: > - message is shown to the user, which can be easily overlooked > - no resource calendar event is created > > IMO resources that are unavailable should somehow block the event. > Changing Event.php around line 575 from > " elseif($haveLock) {" > to > " else { > $this->status = Kronolith::STATUS_CANCELLED; > if ($haveLock) {" > will provide an initial solution: the event status is set to > cancelled, so it's much more visible to the user that there's > something wrong. > Another idea would be to show the message as an alert box (still it > would leave "invalid" events in the calendar) or to prevent saving > the event unless all resources are available (might be too strict).
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers