Skip to content
Snippets Groups Projects
Commit 0f11eeb8 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

allow project administrator to delete feature

parent c812febe
No related branches found
No related tags found
2 merge requests!424version 3.1.0,!311REDMINE_ISSUE-13354
......@@ -42,7 +42,7 @@
<i class="inverted grey pencil alternate icon" />
</router-link>
<a
v-if="isFeatureCreator && isOnline"
v-if="((permissions && permissions.can_update_feature) || isFeatureCreator) && isOnline"
id="feature-delete"
class="ui button button-hover-red"
@click="isCanceling = true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment