Bug ID Number |
BUG-000147939 |
Submitted | March 25, 2022 |
Last Modified | March 21, 2023 |
Applies to | ArcGIS Online |
Version found | 10.1 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | In Review
The issue is being reviewed. The review process ensures that the issue contains all necessary information and is easy to understand, that it is not a duplicate of an existing issue, and that it is a valid bug or enhancement request. During this phase, it is possible that you are contacted for clarification or additional information.
|
Workaround
- 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.
Steps to Reproduce