remove drag icon in kanban with anonymous users

stable
Juanfran 2015-06-12 08:46:31 +02:00
parent 181db3cf7f
commit 513166be4d
2 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,7 @@ div.kanban-table(tg-kanban-squish-column)
div.kanban-task(ng-repeat="us in usByStatus[s.id] track by us.id",
tg-kanban-userstory, ng-model="us", tg-bind-scope,
tg-class-permission="{'readonly': '!modify_task'}"
ng-class="ctrl.getCardClass(s.id)")
div.kanban-column-intro(ng-if="s.is_archived", tg-kanban-archived-status-intro="s")

View File

@ -49,6 +49,9 @@ $column-margin: 0 10px 0 0;
display: none;
}
}
.readonly {
cursor: auto;
}
}
.kanban-table-header {