(js) Fix display of invitation with category

Fixes #3590
This commit is contained in:
Francis Lachapelle
2016-06-09 16:10:11 -04:00
parent 618e20edb0
commit 48628e293f
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -16,6 +16,7 @@ Bug fixes
- [web] properly encode HTML attributes in Contacts module to avoid XSS issues
- [web] handle c_mail field format of quick record of contacts of v3 (#3443)
- [web] fixed all-day events covering a timezone change (#3457)
- [web] fixed display of invitation with a category (#3590)
2.3.11 (2016-05-12)
-------------------

View File

@@ -1991,7 +1991,7 @@ function newBaseEventDIV(eventRep, event, eventText) {
categoryStyle = 'category_' + categoriesStyles.keys().length;
categoriesStyles.set([category], categoryStyle);
}
innerDiv.addClassName(categoryStyle);
gradientDiv.addClassName(categoryStyle);
}
eventCell.observe("contextmenu", onMenuCurrentView);