satrun77 / tinyissue

Simple Issue Tracking for Teams
MIT License
48 stars 6 forks source link

Prevent user from dragging or dropping issues depending on readony in kanban #109

Closed nickbe closed 8 years ago

nickbe commented 8 years ago

I suggest preventing users (in kanban)

  1. from dragging an issue around at all if he has readonly access to this issue, (This could be indicated by showing the issue border in lighter gray together with a tiny lock icon)
  2. from dropping an issue onto a status if the user has readonly access to this status (I suggest highlighting the background column as a drop target while dragging an issue, and not highlighting or differently highlighting the background column if dropping is forbidden)
nickbe commented 8 years ago

This seems to work nicely now. Thanks.