Skip to content
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

bug(lists): undefined activitiesList #67

Open
drfaustusfade opened this issue Mar 16, 2021 · 2 comments
Open

bug(lists): undefined activitiesList #67

drfaustusfade opened this issue Mar 16, 2021 · 2 comments
Labels
priority tasks that need to be done firs place

Comments

@drfaustusfade
Copy link
Owner

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
@fakhrihawari
Copy link
Collaborator

Before user session end?

@drfaustusfade
Copy link
Owner Author

I think the user did not log out, there have been several instances of such issue

@drfaustusfade drfaustusfade added the priority tasks that need to be done firs place label Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority tasks that need to be done firs place
Projects
None yet
Development

No branches or pull requests

2 participants