remove drag icon in kanban with anonymous users
parent
181db3cf7f
commit
513166be4d
|
@ -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",
|
div.kanban-task(ng-repeat="us in usByStatus[s.id] track by us.id",
|
||||||
tg-kanban-userstory, ng-model="us", tg-bind-scope,
|
tg-kanban-userstory, ng-model="us", tg-bind-scope,
|
||||||
|
tg-class-permission="{'readonly': '!modify_task'}"
|
||||||
ng-class="ctrl.getCardClass(s.id)")
|
ng-class="ctrl.getCardClass(s.id)")
|
||||||
|
|
||||||
div.kanban-column-intro(ng-if="s.is_archived", tg-kanban-archived-status-intro="s")
|
div.kanban-column-intro(ng-if="s.is_archived", tg-kanban-archived-status-intro="s")
|
||||||
|
|
|
@ -49,6 +49,9 @@ $column-margin: 0 10px 0 0;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.readonly {
|
||||||
|
cursor: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.kanban-table-header {
|
.kanban-table-header {
|
||||||
|
|
Loading…
Reference in New Issue