stable

Clone or download

Read-only

Drag and drop, make non needed callback optional

part of story #18408 plan Features in Program Increment How to test: Run build should succeeded in program management Why this change: OnDragChange, onDragEnter and OnDragLeave are used in taskboard to handle the drag and drop in closed columns. As we won't deal with such thing in program management, it will never be implemented so we need to update the lib to made them optional Change-Id: Id228f26bbbc83423e2443de38c6f355bfa8202a4

Modified Files

Name
M plugins/program_management/scripts/program_management/src/components/App.vue +0 −6 Go to diff View file
M src/scripts/lib/drag-and-drop/src/event-handler-factory.ts +10 −3 Go to diff View file
M src/scripts/lib/drag-and-drop/src/types.ts +3 −3 Go to diff View file