|
@@ -110,6 +110,10 @@ const CardDate = BlazeComponent.extendComponent({
|
|
return this.date.get().week().toString();
|
|
return this.date.get().week().toString();
|
|
},
|
|
},
|
|
|
|
|
|
|
|
+ showWeekOfYear() {
|
|
|
|
+ return ReactiveCache.getCurrentUser().isShowWeekOfYear();
|
|
|
|
+ },
|
|
|
|
+
|
|
showDate() {
|
|
showDate() {
|
|
// this will start working once mquandalle:moment
|
|
// this will start working once mquandalle:moment
|
|
// is updated to at least moment.js 2.10.5
|
|
// is updated to at least moment.js 2.10.5
|
|
@@ -283,6 +287,10 @@ class CardCustomFieldDate extends CardDate {
|
|
return this.date.get().week().toString();
|
|
return this.date.get().week().toString();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ showWeekOfYear() {
|
|
|
|
+ return ReactiveCache.getCurrentUser().isShowWeekOfYear();
|
|
|
|
+ }
|
|
|
|
+
|
|
showDate() {
|
|
showDate() {
|
|
// this will start working once mquandalle:moment
|
|
// this will start working once mquandalle:moment
|
|
// is updated to at least moment.js 2.10.5
|
|
// is updated to at least moment.js 2.10.5
|