Commit 6ea2ca86 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '273051-reorder-items-on-swimlanes-sidebar' into 'master'

Reorder items on swimlanes sidebar

See merge request gitlab-org/gitlab!49877
parents 2d1cc720 7174eeec
......@@ -56,12 +56,12 @@ export default {
<template>
<board-assignee-dropdown />
<board-sidebar-epic-select />
<board-sidebar-milestone-select />
<board-sidebar-time-tracker class="swimlanes-sidebar-time-tracker" />
<board-sidebar-weight-input v-if="glFeatures.issueWeights" />
<board-sidebar-labels-select />
<board-sidebar-due-date />
<board-sidebar-labels-select />
<board-sidebar-weight-input v-if="glFeatures.issueWeights" />
<board-sidebar-subscription />
<board-sidebar-milestone-select />
</template>
</gl-drawer>
</template>
---
title: Reorder items on swimlanes sidebar
merge_request: 49877
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment