| Summary | category_color _default_ not used when creating a new category |
| Queue | Horde Base |
| Queue Version | 3.3.4 |
| Type | Bug |
| State | Assigned |
| Priority | 1. Low |
| Owners | Horde Developers |
| Requester | clement (dot) hermann (at) businessdecision (dot) com |
| Created | 05/07/09 (315 days ago) |
| Due | |
| Updated | 05/12/09 (310 days ago) |
| Assigned | 05/12/09 (310 days ago) |
| Resolved | |
| Attachments | |
| Milestone | |
| Patch | No |
State ⇒ Assigned
Assigned to
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?
State ⇒ Unconfirmed
Patch ⇒
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ category_color _default_ not used when creating a new category
Type ⇒ Bug
Priority ⇒ 1. Low
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