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
there is an issue with getting activities lists from ngmLists service
that seems to be happening when users weren't using the application for some time
getActivities: function( project, filterInterCluster, filterDuplicates, filterActiveDate, start_date, end_date ){
// get activities list from storage
var activities = [],
=> activitiesList = angular.copy( ngmLists.getObject( 'lists' ).activitiesList );
Cannot read property 'activitiesList' of undefined
The text was updated successfully, but these errors were encountered:
there is an issue with getting activities lists from ngmLists service
that seems to be happening when users weren't using the application for some time
The text was updated successfully, but these errors were encountered: