Número de ID del error |
BUG-000147939 |
Enviado | March 25, 2022 |
Última modificación | March 21, 2023 |
Relacionado con | ArcGIS Online |
Versión encontrada | 10.1 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 64 Bit |
Estado | In Review
El problema está en revisión. El proceso de revisión garantiza que el problema contenga toda la información necesaria y sea fácil de entender, que no sea un duplicado de un problema existente y que sea un error válido o una solicitud de mejora. Durante esta fase, es posible que se pongan en contacto con usted para aclaraciones o recabar más información.
|
Solución alternativa
- Open the view with the 'Open in Map Viewer Classic with full editing control' option to edit the view.
- Copy the full capabilities from the source layer's JSON: "capabilities": "Create,Delete,Query,Update,Editing",
- Navigate to Update Definition of the view layer, remove all of the text from the text box, leaving only the following:
{
"capabilities": "Create,Delete,Query,Update,Editing"
}
The capabilities are saved for the view layer, and editing is available for the view layer in the map.
Pasos para reproducir