Merge pull request #514 from taigaio/issue/2843/remove-drag-icon-in-kanban-with-anonymous-users

remove drag icon in kanban with anonymous users
stable
Alejandro 2015-06-14 23:31:11 -07:00
commit 519cef0c6d
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 {