-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various improvements #1551
Various improvements #1551
Conversation
}) | ||
}, | ||
|
||
computed: { | ||
...mapGetters([ | ||
'currentProduction', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The currentProduction
value may be incorrect on global pages (My Tasks, My Checks, News Feed, ...).
You can use this.productionMap.get(task.project_id)
to retrieve the production of the current task.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx. It's fixed.
* Add filters: read/unread, watched/not watched * Make read all non automatic * Show comment only on selection
Shots are not reloaded if the episode is changed and the section changed from sequence or from breakdown.
Fix function calls following recent changes
Problem
Solution