Crowdsource Manager stops responding (hangs) when selecting features in Portal for ArcGIS 10.5.
Last Published: December 18, 2017ArcGIS GIS Server
Bug ID Number
BUG-000106453
Submitted
July 11, 2017
Last Modified
February 7, 2025
Applies to
ArcGIS GIS Server
Version found
10.5
Status
Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
Workaround
1. Navigate to the following file path and open: <a href="file:C:/Program" target="_blank">C:\Program</a> Files\ArcGIS\Portal\apps\CrowdsourceManager\js\widgets\details-panel\comments.js2. At line 106, which states: if (this.selectedOperationalLayer.relationships.length > 0) {Change this to: if (this.selectedOperationalLayer.relationships && this.selectedOperationalLayer.relationships.length > 0) {