Unable to view the features of a publicly shared survey layer from the Individual Assistance Dashboard of the Damage Assessment solution when accessed anonymously.
ArcGIS Online
漏洞 ID 编号
BUG-000175700
已提交
April 9, 2025
上次修改时间
June 22, 2025
适用范围
ArcGIS Online
找到的版本
Feb 2025
操作系统
N/A
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The visibility for the features in a feature layer for anonymous users is controlled by feature layer settings. If the 'What features can editors see?' is set to 'Editors can only see their own' anonymous users won't be able to see features that are submitted by other non-anonymous users.
If the 'Editors can't see any features, even those they add' anonymous users won't be able to see any features.
For layers that are not editable, these settings are not visible in ArcGIS Online but can be found in the layer definition at REST. Below is an example:
"ownershipBasedAccessControlForFeatures" : {
"allowOthersToQuery" : true,
"allowOthersToDelete" : true,
"allowOthersToUpdate" : true,
"allowAnonymousToQuery" : false,
"allowAnonymousToUpdate" : false,
"allowAnonymousToDelete" : false
},