diff --git a/src/case/calendar/calendar.js b/src/case/calendar/calendar.js index ddc12c071..d39f14ff5 100644 --- a/src/case/calendar/calendar.js +++ b/src/case/calendar/calendar.js @@ -96,6 +96,7 @@ BI.Calendar = BI.inherit(BI.Widget, { this.days = BI.createWidget({ type: "bi.button_group", items: BI.createItems(this._getItems(), {}), + value: o.year + "-" + o.month + "-" + o.day, layouts: [BI.LogicFactory.createLogic("table", BI.extend({}, o.logic, { columns: 7, rows: 6,