漏洞
漏洞 ID 编号 | BUG-000112278 |
---|---|
已提交 | March 8, 2018 |
上次修改时间 | June 5, 2024 |
适用范围 | Collector Classic for ArcGIS (Android) |
找到的版本 | 17.0.4 |
操作系统 | Android |
操作系统版本 | 7.0x |
状态 | Non-Reproducible |
By opening the ArcGIS Server administrator page and editing the service definition, this condition is fixed by removing the 'quotes' around the number for 'id' in the 'relationships' object, so the original JSON:
"relationships": [
{
"cardinality": "esriRelCardinalityOneToMany",
"composite": true,
"id": “0”,
"keyField": "uniquerowid",
"name": "Relationship_rpt_tbl",
"relatedTableId": 1,
"role": "esriRelRoleOrigin"
}
]
becomes
"relationships": [
{
"cardinality": "esriRelCardinalityOneToMany",
"composite": true,
"id": 0,
"keyField": "uniquerowid",
"name": "Relationship_rpt_tbl",
"relatedTableId": 1,
"role": "esriRelRoleOrigin"
}
]
漏洞 ID: BUG-000112278
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序