| Numéro d’ID de bogue |
BUG-000176566 |
| Envoi | May 19, 2025 |
| Dernière modification | July 22, 2025 |
| S’applique à | ArcGIS API for Python |
| Version trouvée | 2.4 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 11.0 64 bit |
| Version de correction | 2.4.2 |
| Statut | Fixed
Le bogue a été corrigé. Pour plus d’informations, reportez-vous aux sections Version de correction et Informations supplémentaires, le cas échéant.
|
Informations supplémentaires
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.
Solution de contournement
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.
Étapes pour reproduire