Commit 94939744 authored by Donald Cook's avatar Donald Cook

Switched ancestors and confidentiality in epic sidebar

parent 4478c1ad
...@@ -222,9 +222,6 @@ export default { ...@@ -222,9 +222,6 @@ export default {
:sidebar-collapsed="sidebarCollapsed" :sidebar-collapsed="sidebarCollapsed"
data-testid="labels-select" data-testid="labels-select"
/> />
<div v-if="allowSubEpics" class="block ancestors">
<ancestors-tree :ancestors="ancestors" :is-fetching="false" data-testid="ancestors" />
</div>
<sidebar-confidentiality-widget <sidebar-confidentiality-widget
:iid="String(iid)" :iid="String(iid)"
:full-path="fullPath" :full-path="fullPath"
...@@ -233,6 +230,9 @@ export default { ...@@ -233,6 +230,9 @@ export default {
@expandSidebar="handleSidebarToggle" @expandSidebar="handleSidebarToggle"
@confidentialityUpdated="updateConfidentialityOnIssuable($event)" @confidentialityUpdated="updateConfidentialityOnIssuable($event)"
/> />
<div v-if="allowSubEpics" class="block ancestors">
<ancestors-tree :ancestors="ancestors" :is-fetching="false" data-testid="ancestors" />
</div>
<div class="block participants"> <div class="block participants">
<sidebar-participants <sidebar-participants
:participants="participants" :participants="participants"
......
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