[Tickets #14609] Re: Resources are now considered as private
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Apr 12 17:30:48 UTC 2017
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: https://bugs.horde.org/ticket/14609
------------------------------------------------------------------------------
Ticket | 14609
Aktualisiert Von | heinz at htl-steyr.ac.at
Zusammenfassung | Resources are now considered as private
Warteschlange | Kronolith
Version | FRAMEWORK_5_2
Typ | Bug
Status | Resolved
Priorität | 1. Low
Milestone |
Patch |
Zuständige | Michael Rubinsky
------------------------------------------------------------------------------
heinz at htl-steyr.ac.at (2017-04-12 17:30) hat geschrieben:
> This was the original intent. The full event title was only shown to
> users with "Resource Administration" permissions. However, I think
> it's reasonable to show the reservee's name and hide the event title
> instead.
>
I think that the full event title won't be shown to anyone because
isPrivate() is always returning true
(because resources don't have any share entry in the dadabase)
and the code
(strlen($this->title) ? sprintf('%s %s', $this->title, $reservee) :
sprintf(_("[Unnamed event] %s"), $reservee))
is never executed.
More information about the bugs
mailing list