Summary | category_color _default_ not used when creating a new category |
Queue | Horde Base |
Queue Version | 3.3.4 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | clement.hermann (at) businessdecision (dot) com |
Created | 05/07/2009 (5904 days ago) |
Due | |
Updated | 10/05/2012 (4657 days ago) |
Assigned | 05/12/2009 (5899 days ago) |
Resolved | 10/05/2012 (4657 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
forward.
Assigned to
State ⇒ Assigned
Default where we don't have a color set for that category.
all. Anyone?
created, or when an unknown category is present in the calendar (thus
creating an implicit, new category).
There are references to it in lib/Horde/Prefs/CategoryManager.php, but
(and this is the bug here), the preference is never used.
State ⇒ Feedback
all. Anyone?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ category_color _default_ not used when creating a new category
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
never used. The color used is always #FFFFFF for new categories or
category without a color defined.
// category colors
$_prefs['category_colors'] = array(
'value' => '_default_:#939eff|_unfiled_:#ccdeff',
'locked' => false,
'shared' => true,
'type' => 'implicit'
);
(_unfiled_ works fine).
Regards,
Clément Hermann