浏览代码

Fallback calendar color to blue (#3542)

version-14
Faris Ansari 8 年前
committed by Rushabh Mehta
父节点
当前提交
fd082ea9f0
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      frappe/public/js/frappe/views/calendar/calendar.js

+ 2
- 0
frappe/public/js/frappe/views/calendar/calendar.js 查看文件

@@ -252,6 +252,8 @@ frappe.views.Calendar = Class.extend({
// see event_calendar.js
color = d.color;
}

if(!color) color = "blue";
d.className = "fc-bg-" + color;
return d;
});


正在加载...
取消
保存