Bug #1445: Fix issue adding purple color in CalendarExceptionTypeColorConverter
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
d166efe343
commit
70cecf14a7
1 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ public class CalendarExceptionTypeColorConverter {
|
|||
addEquivalence(CalendarExceptionTypeColor.BLACK,
|
||||
CalendarExceptionTypeColorDTO.BLACK);
|
||||
|
||||
addEquivalence(CalendarExceptionTypeColor.PURPLE,
|
||||
CalendarExceptionTypeColorDTO.PURPLE);
|
||||
|
||||
}
|
||||
|
||||
private static void addEquivalence(CalendarExceptionTypeColor origin,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue