Append details dropdown to content

pull/5753/head
Oliver Günther 7 years ago
parent 681ce4684d
commit 8563d4c550
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      frontend/app/work_packages/controllers/menus/index.js

@ -60,7 +60,7 @@ angular.module('openproject.workPackages')
function(ngContextMenu) { function(ngContextMenu) {
return ngContextMenu({ return ngContextMenu({
templateUrl: '/templates/work_packages/menus/details_more_dropdown_menu.html', templateUrl: '/templates/work_packages/menus/details_more_dropdown_menu.html',
container: '.work-packages--details-toolbar' container: '#content'
}); });
} }
]); ]);

Loading…
Cancel
Save