| Número de ID del error |
BUG-000176566 |
| Enviado | May 19, 2025 |
| Última modificación | July 22, 2025 |
| Relacionado con | ArcGIS API for Python |
| Versión encontrada | 2.4 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 11.0 64 bit |
| Versión corregida | 2.4.2 |
| Estado | Fixed
El problema se ha solucionado. Si corresponde, consulte Versión corregida e Información adicional para obtener más información.
|
Información adicional
Currently, some components of cloned dashboards, such as selectors and mobile views, are not automatically reconfigured to use the appropriate cloned supporting content. To reconfigure a cloned dashboard to use the cloned content, define a dictionary where the original source item ID is the key and the target item ID is the value. The original source supporting item used in the dashboard must be publicly shared (as of this release). This dictionary can be used as the item_mapping argument to the remap_data method on the cloned dashboard item, which configures the cloned dashboard to use the cloned supporting content. This issue will be addressed for selector components.
Solución alternativa
Use the remap_data method on the cloned dashboard item to remap the source web map ID to the target's cloned web map ID.
Pasos para reproducir