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

Load report selectable features async #3436 #3437

Merged
merged 2 commits into from
Feb 14, 2025
Merged

Load report selectable features async #3436 #3437

merged 2 commits into from
Feb 14, 2025

Conversation

chrisala
Copy link
Collaborator

@chrisala chrisala commented Feb 7, 2025

This change depends on the ecodata-client-plugin change here: https://github.com/AtlasOfLivingAustralia/ecodata-client-plugin/tree/refs/heads/feature/issue273

@chrisala chrisala requested review from temi and salomon-j February 7, 2025 03:26

Map siteData = projectService.projectSites(projectId)
if (!siteData.error) {
model.projectArea = siteData.projectArea
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like projectArea is removed here but is used in GSP. And projectArea returned via ajax call is not used.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @temi I've fixed this.

@temi temi merged commit c71c390 into dev Feb 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants