6.0.0-beta5
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
3/20/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#1324] Horde Display Options list all apps for "What application should Horde display after login?"
*
Your Email Address
*
Spam protection
Enter the letters below:
__ . ..__ .__.. . / `\ /[__)| ||__| \__. \/ [__)|__\| |
Comment
> It should list only the installed apps, whatever we set the apa > status to active or inactive in registry. > > > > Changes: > > > > in lib/prefs.php (rev 1.19) add: > > 114,117d113 > > < // Make sure the app is installed > > < if (!file_exists($registry->get('fileroot', $a))) { > > < continue; > > < } > > > > After: > > $initial_application_options = array(); > > $apps = $registry->listApps(array('active')); > > foreach ($apps as $a) { > > if (($perms->exists($a) && ($perms->hasPermission($a, > Auth::getAuth(), PERMS_READ) || Auth::isAdmin())) || > > !$perms->exists($a)) { > >
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