I had the FullCalendar Colors module working great with different colors for taxonomy terms. Then I needed to add a new term.
The weird thing is that even though the new term is showing up in the Colors config page, and the correct CSS class is being assigned to the item in calendar, the page doesn't contain the CSS for the new term (.fullcalendar_colors_taxo_term_10). I've cleared all caches but it doesn't make any difference. Is there something I've missed?
Comments
Comment #1
aspilicious commentedWe are rewriting the colors code because we have some bugs with the current approach, this should be fixed after that. Leaving this open to verify.
Are you using ajax?
Comment #2
Anonymous (not verified) commentedYes Ajax was on for the view. I see that disabling Ajax fixes it. I guess a workaround would be to set the CSS for this term at the theme level.
Comment #3
tim.plunkettSorry about this bug. Setting CSS manually is a good temporary workaround.
Marking as duplicate of #1348538: Rewrite the FullCalendar Colors API to be the Colors API using the CTools CSS system.
Comment #4
Anonymous (not verified) commentedWill do, thanks Tim.