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/214 sql filter #217

Merged
merged 2 commits into from
Aug 4, 2023
Merged

Bug/214 sql filter #217

merged 2 commits into from
Aug 4, 2023

Conversation

TimPurdum
Copy link
Collaborator

Closes #214 , fixing the sql filter page, by reverting some bad changes to arcGisJsInterop.updateLayer. Basically, FL's from the server (url or portal Id) were not getting some updates. I think the original change was to avoid an issue with trying to jam a SpatialReference on a server feature layer, so I left that property client-side only for updates. I also tested with core and pro samples, and could not recreate the original problem after this reversion.

Also

  • Fixed a Pro bug caused by the change in fix popup actions #208. We need to handle both the view.popup.on existing and not existing in jsBuilder.buildJsPopupTemplate
  • While testing in Pro, on ApplyEdits, it tries to pass back the FeatureLayer, but it is apparently huge, even without graphics loaded. I noticed that Fields were being passed as-is from ArcGIS, and the Renderer I don't think needed to be passed.

@TimPurdum TimPurdum self-assigned this Aug 3, 2023
Copy link
Collaborator

@AndersenBell AndersenBell left a comment

Choose a reason for hiding this comment

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

looks good

@TimPurdum TimPurdum merged commit 0e56901 into develop Aug 4, 2023
@TimPurdum TimPurdum deleted the bug/214_sql_filter branch August 4, 2023 13:03
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.

SQL Filter Sample Failing
2 participants