mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Revert "[#74195] Fix incorrect indentation on drag preview"
This reverts commit 5d1d4bd052.
This commit is contained in:
@@ -67,7 +67,7 @@ module Backlogs
|
||||
|
||||
def drop_target_config
|
||||
{
|
||||
generic_drag_and_drop_target: "container mirrorContainer",
|
||||
generic_drag_and_drop_target: "container",
|
||||
target_container_accessor: ":scope > ul",
|
||||
target_id: backlog_bucket.persisted? ? "backlog_bucket:#{backlog_bucket.id}" : "inbox",
|
||||
target_allowed_drag_type: "story"
|
||||
|
||||
Reference in New Issue
Block a user