colors of the event modules

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peterberlin
    Active Community Member
    • Mar 2015
    • 1004

    colors of the event modules

    hello,
    The colors of the event modules in the calendar must be in the file application/Modules/CRM/Resources/metadata/clientDefs/calendar.json can be defined.
    If the file is overwritten by an update, the colors are gone.
    Espo doesn't seem to use its costumer Calender.json.
    It would be good if such a file would be possible.

    It would be even better to be able to set the colors via the entity-manager.
    peter
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hello Peter.
    > If the file is overwritten by an update, the colors are gone.
    That's why all cusomer's customization should be in the custom directory.

    Comment

    • peterberlin
      Active Community Member
      • Mar 2015
      • 1004

      #3
      the file was in the path:
      custumer/espo/Costumer/Resources/metadata/clientDefs/

      file content:
      {
      "colors": {
      "Meeting": "#4169E1",
      "Call": "#CF605D",
      "Task": "#76BA4E",
      "Abwesenheit": "#8B0000",
      "Ressource": "#DAA520"

      }

      Comment

      Working...