Regression fix: Highlight selected task "dot" in shots/assets table

Quick hack to restore functionality. Known limitations:
* A direct link to task will not highlight it
* When a new task is created it will not be highlighted
* Selected row will not be highlighted
This commit is contained in:
2019-02-13 13:03:17 +01:00
parent ac8a6284d4
commit fbe4e53e50
3 changed files with 31 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
/**
* Temporary (cross my fingers) hack to restore "active" item in table
*/
export const Events = {
DESELECT_ITEMS: 'deselect_items',
}
export const EventBus = new Vue();