You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of the app you are reporting:
1.3.005D
Device details:
Desktop
What is the nature of your issue
Bug
Details
When viewing events in the event modal, clicking "next event" does not properly set the displayed time. The human readable part is correct, but the time displayed is always of the first event displayed with the modal.
Looking through the code, it appears that videoDynamicTime is not being properly set because the $scope.event object is not being set to the new event when moving to the next event.
Here's a diff of a change I made that appears to fix the problem. I don't know the code well enough to know if the fix is appropriate.
Platform & OS Version
Linux x64 & Ubuntu 16.04
The version of the app you are reporting:
1.3.005D
Device details:
Desktop
What is the nature of your issue
Bug
Details
When viewing events in the event modal, clicking "next event" does not properly set the displayed time. The human readable part is correct, but the time displayed is always of the first event displayed with the modal.
Looking through the code, it appears that videoDynamicTime is not being properly set because the $scope.event object is not being set to the new event when moving to the next event.
Here's a diff of a change I made that appears to fix the problem. I don't know the code well enough to know if the fix is appropriate.
The text was updated successfully, but these errors were encountered: