| 漏洞 ID 编号 |
BUG-000173914 |
| 已提交 | January 28, 2025 |
| 上次修改时间 | February 17, 2025 |
| 适用范围 | ArcGIS Online |
| 找到的版本 | Nov 2024 |
| 操作系统 | Windows OS |
| 操作系统版本 | 11.0 64 bit |
| 状态 | Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
This behavior is observed because of how ArcGIS Pro writes out feature templates to the service. The default value for the template for the Name field is actually not null (" "), which is why it does not trigger the check. The form is simply honoring the authored template.
"templates" : [
{
"name" : "Noodle",
"description" : "",
"drawingTool" : "esriFeatureEditToolPoint",
"prototype" : {
"attributes" : {
"Country" : null,
"Profesison" : null,
"Name" : " ",
"Age" : 0
}
}
}
解决办法
At the moment, the only workaround is to create the same layer in ArcGIS Online with Allow Null Values unchecked.
重现步骤