6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/3/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6700] Freebusy: unknown blocks
*
Your Email Address
*
Spam protection
Enter the letters below:
.. .. .. .__. ||\/||_/ | | | \__|| || \|___|__\
Comment
> Hello, > > > > I found a problem displaying the freebusy-information for required > attendees. Allways the block "unknown" is displayed. In the part of > "All attendees" the correct "sum" is displayed. So the problem is > somewhere in > > > > kronolith/lib/FBView.php -> function _getBlocks > > > > if ($member->getStart() > $start || > > $member->getEnd() < $end) { > > $blocks .= $template->fetch(KRONOLITH_TEMPLATES . > '/fbview/unknownblock.html'); > > continue; > > } > > > > > > My hotfix looks like this so the freebusy-blocks are displayed correct... > > > > if ($member->getStart() == 0 || $member->getEnd() == 0) { > > $blocks .= $template->fetch(KRONOLITH_TEMPLATES . > '/fbview/unknownblock.html'); > > continue; > > } > > > > We use horde in a kolab environment. > > > > Greetings > > Heiko Nöthen
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