Summary | defaultview workweek renders as week |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | maelstro (at) hotmail (dot) com |
Created | 07/03/2015 (3655 days ago) |
Due | |
Updated | 07/23/2015 (3635 days ago) |
Assigned | 07/20/2015 (3638 days ago) |
Resolved | 07/23/2015 (3635 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 336e39713b1aaf74f782c820466cbb0766cc2da1
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Jul 23 11:44:57 2015 -0400
Bug: 14042We've had a workweek view for a while now, so honor this.kronolith/lib/Ajax.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/336e39713b1aaf74f782c820466cbb0766cc2da1
commit c1fc4d04f1cc7e7fbcbe5aaf4a66fc0a6ded3597
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Jul 23 11:44:57 2015 -0400
Bug: 14042We've had a workweek view for a while now, so honor this.kronolith/lib/Ajax.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/c1fc4d04f1cc7e7fbcbe5aaf4a66fc0a6ded3597
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ defaultview workweek renders as week
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
lib/Ajax.php :
'login_view' => ($prefs->getValue('defaultview') == 'workweek') ?
'week' : $prefs->getValue('defaultview'),