LearnNewsExamplesServices
Frontmatter
id2636
titlecalendar.view.week.plugin.DragDrop: onColumnDragStart() => maximum start time
stateClosed
labels
enhancement
assigneestobiu
createdAtJul 21, 2021, 12:27 AM
updatedAtJul 21, 2021, 12:27 AM
githubUrlhttps://github.com/neomjs/neo/issues/2636
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJul 21, 2021, 12:27 AM

calendar.view.week.plugin.DragDrop: onColumnDragStart() => maximum start time

Closed v8.1.0 enhancement
tobiu
tobiu commented on Jul 21, 2021, 12:27 AM

the startTime must not be greater than the total time minus the minimum event duration.

example:

min duration: 30m startTime: 23:45 endTime: 00:15 (error)

so a startTime of 23:45 needs to get changed into 23:30.

tobiu added the enhancement label on Jul 21, 2021, 12:27 AM
tobiu assigned to @tobiu on Jul 21, 2021, 12:27 AM
tobiu referenced in commit aab5f48 - "calendar.view.week.plugin.DragDrop: onColumnDragStart() => maximum start time #2636" on Jul 21, 2021, 12:27 AM
tobiu closed this issue on Jul 21, 2021, 12:27 AM