This commit is contained in:
2020-12-21 19:33:34 +00:00
parent e38dff120a
commit 2ee4c01aeb
3 changed files with 9 additions and 3 deletions

View File

@@ -220,7 +220,7 @@ export default {
startDate: window.$gz.locale.nowUTC8601String(),
stopDate: null,
userId: window.$gz.store.state.userId,
color: null
color: "#FFFFFFFF"
},
tab: 0,
@@ -642,7 +642,7 @@ function generateMenu(vm) {
readOnly: vm.formState.readOnly,
icon: "$ayiStickyNote",
title: "Reminder",
helpUrl: "form-ay-reminder",
helpUrl: "form-home-reminders",
formData: {
ayaType: window.$gz.type.Reminder,
recordId: vm.$route.params.recordid,

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "$ayiCalendarCheck",
title: "Review",
helpUrl: "form-ay-review"
helpUrl: "form-home-reviews"
});
}
};