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

AttributeError on viewing recent activities #9881

Closed
marthamareal opened this issue Aug 24, 2022 · 2 comments
Closed

AttributeError on viewing recent activities #9881

marthamareal opened this issue Aug 24, 2022 · 2 comments
Assignees
Labels
4.0.x major A high priority issue which might affect a lot of people or large parts of the codebase master
Milestone

Comments

@marthamareal
Copy link
Contributor

Expected Behavior

User should be able to view the recent activities page

Actual Behavior

aa

Steps to Reproduce the Problem

  1. Login, on development.demo.org
  2. Click on the profile icon on the right and select Recent activity
  3. The error above is raised

Specifications

  • GeoNode version: 4.x
  • Installation method (manual, GeoNode Docker, SPCGeoNode Docker):
  • Platform:
  • Additional details:
@marthamareal marthamareal self-assigned this Aug 24, 2022
@marthamareal
Copy link
Contributor Author

@giohappy This error is because in the previous data on development from (3.3.x), we have actions about comments. however, the dialogos app is not included in the settings on 4.x hence Comment model is not defined. The activity page includes comments and the above error is raised trying to retrieve their info.

@giohappy
Copy link
Contributor

That's odd. I testes it and it worked fine...
In that case we need to remove any additional reference to comments @marthamareal

@afabiani afabiani added master major A high priority issue which might affect a lot of people or large parts of the codebase labels Aug 25, 2022
github-actions bot pushed a commit that referenced this issue Aug 25, 2022
* -[Fixes #9881] AttributeError on viewing recent activities

* - remove actions about comments
mattiagiupponi pushed a commit that referenced this issue Aug 25, 2022
)

* -[Fixes #9881] AttributeError on viewing recent activities

* - remove actions about comments

Co-authored-by: NAGGINDA MARTHA <[email protected]>
@marthamareal marthamareal reopened this Aug 26, 2022
@giohappy giohappy added this to the 4.0.1 milestone Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.0.x major A high priority issue which might affect a lot of people or large parts of the codebase master
Projects
None yet
Development

No branches or pull requests

3 participants