Esri / crowdsource-reporter

An ArcGIS Online group application template authored by organization and made available to constituents to report a problem or observation.
http://solutions.arcgis.com/local-government/help/crowdsource-reporter/
Apache License 2.0
25 stars 32 forks source link

Treat feature query errors the same as the case where there are no features #547

Closed MikeTschudi closed 1 year ago

MikeTschudi commented 1 year ago

This is done because a feature service can be configured so that report submitters can't see their reports.

Two queries are affected:

  1. when the app starts, all features are fetched
  2. after a user adds a report, all features are fetched again

If the report submitter can't see reports, the queries fail.

For the next release, we'd like to ask the feature service if it will accept queries and skip the impossible queries if it won't.

546