Added Phases to Projects
This commit is contained in:
@@ -71,6 +71,7 @@ const calendarOptionsTimeline = reactive({
|
||||
},
|
||||
initialEvents: events,
|
||||
selectable: true,
|
||||
weekNumbers: true,
|
||||
select: function (info) {
|
||||
//console.log(info)
|
||||
newEventData.value.resourceId = info.resource.id
|
||||
@@ -97,7 +98,7 @@ const calendarOptionsTimeline = reactive({
|
||||
slotDuration: {hours: 3},
|
||||
slotMinTime: "06:00:00",
|
||||
slotMaxTime: "21:00:00",
|
||||
/*duration: {days:7},*/
|
||||
duration: {days:7},
|
||||
buttonText: "Woche",
|
||||
visibleRange: function(currentDate) {
|
||||
// Generate a new date for manipulating in the next step
|
||||
|
||||
Reference in New Issue
Block a user