Skip to content

Commit

Permalink
Cannot insert user stories in the products overview
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikVerheul committed Jul 13, 2024
1 parent cbc93da commit 78dbf4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/views/coarse_product/c_context.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@

<p class="colorSeaBlue" v-if="contextNodeLevel === DATABASELEVEL">Cannot create a product here. An admin can create a new product in the admin view.</p>
<template v-else>
<!-- cannot create item inside task -->
<!-- cannot create item inside feature -->
<BListGroupItem
v-if="contextNodeLevel < TASKLEVEL"
v-if="contextNodeLevel < FEATURELEVEL"
button
:active="contextOptionSelected === INSERTINSIDE"
variant="dark"
Expand Down

0 comments on commit 78dbf4d

Please sign in to comment.