This commit is contained in:
@@ -112,8 +112,19 @@
|
||||
<v-row justify="center">
|
||||
<v-dialog max-width="360px" persistent v-model="newItemDialog">
|
||||
<v-card>
|
||||
<v-card-title>{{ $ay.t("New") }}</v-card-title>
|
||||
<v-card-text>
|
||||
create workorder create reminder
|
||||
<v-col cols="12">
|
||||
<v-btn block
|
||||
><v-icon left>$ayiTools</v-icon
|
||||
>{{ $ay.t("WorkOrder") }}</v-btn
|
||||
> </v-col
|
||||
><v-col cols="12">
|
||||
<v-btn block
|
||||
><v-icon left>$ayiStickyNote</v-icon
|
||||
>{{ $ay.t("Reminder") }}</v-btn
|
||||
>
|
||||
</v-col>
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-btn text @click="cancelAddNew" color="primary">{{
|
||||
@@ -425,11 +436,11 @@ export default {
|
||||
//on extend then extendEvent (actual event), extendOriginal and createStart are set, dragEvent is null
|
||||
//on create then createStart is only value set, dragEvent is null and extendEvent is null
|
||||
|
||||
console.log("endDragExtend ", {
|
||||
dragEvent: this.dragEvent,
|
||||
extendEvent: this.extendEvent,
|
||||
createStart: this.createStart
|
||||
});
|
||||
// console.log("endDragExtend ", {
|
||||
// dragEvent: this.dragEvent,
|
||||
// extendEvent: this.extendEvent,
|
||||
// createStart: this.createStart
|
||||
// });
|
||||
|
||||
//Handle the event, could be one of three things: changing an event start time, changing an event length or creating a new event
|
||||
|
||||
@@ -962,6 +973,8 @@ async function fetchTranslatedText(vm) {
|
||||
"ScheduleWeek",
|
||||
"Schedule4Day",
|
||||
"WorkOrder",
|
||||
"Reminder",
|
||||
"Review",
|
||||
"DashboardScheduled",
|
||||
"WorkOrderItemPriorityID",
|
||||
"WorkOrderItemSummary",
|
||||
|
||||
Reference in New Issue
Block a user