Skip to content

Commit 5533e95

Browse files
authored
Merge pull request #2004 from Esri/jy-rvw-complex
updated text to remove specific version and added hyperlink to help
2 parents 4ac1687 + de59b13 commit 5533e95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guide/13-managing-arcgis-applications/cloning-complex-apps.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
"source": [
500500
"## StoryMaps, Web Scenes, and Item Remapping\n",
501501
"\n",
502-
"Version 2.2.0 also smoothes over cloning for another popular item type- [ArcGIS StoryMaps](/python/api-reference/arcgis.apps.storymap.html#storymap). StoryMaps can contain numerous media types and different types of ArcGIS items, which `clone_items()` should cover- we're going to show how users can examine the items in their StoryMap and confirm that both the StoryMap and all of the internal items were cloned properly.\n",
502+
"Recent releases have also smoothed over cloning for another popular item type- [ArcGIS StoryMaps](/python/api-reference/arcgis.apps.storymap.html#storymap). StoryMaps can contain numerous media types and different types of ArcGIS items, which `clone_items()` should cover- we're going to show how users can examine the items in their StoryMap and confirm that both the StoryMap and all of the internal items were cloned properly.\n",
503503
"\n",
504504
"We'll start by grabbing a StoryMap using the portal item ID, and then use a couple methods to examine the content within the item: using the ArcGIS API for Python's StoryMap class, and accessing the item's internal JSON structure."
505505
]
@@ -1371,7 +1371,7 @@
13711371
"source": [
13721372
"### `remap_data()`\n",
13731373
"\n",
1374-
"As we mentioned earlier, `remap_data()` is a new function in the `Item` class added in version 2.4.0. This method was added in to address how users might try to fix broken items, or automate mass replacement of an item in other applications. One great example would be if you cloned a Dashboard, but wanted to remap the internal data items to new data items already existent in the target org. Another great example would be if you had a feature layer being used in a bunch of different applications, but the underlying service broke or became obsolete, and you want to automate replacing it in all of the apps that are using it. Basically, any scenario where you want to easily replace an item within another one, this method will be your best friend. See the docstring for it below."
1374+
"As we mentioned earlier, [`remap_data()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.remap_data) is a new function in the `Item` class added in version 2.4.0. This method was added in to address how users might try to fix broken items, or automate mass replacement of an item in other applications. One great example would be if you cloned a Dashboard, but wanted to remap the internal data items to new data items already existent in the target org. Another great example would be if you had a feature layer being used in a bunch of different applications, but the underlying service broke or became obsolete, and you want to automate replacing it in all of the apps that are using it. Basically, any scenario where you want to easily replace an item within another one, this method will be your best friend. See the docstring for it below."
13751375
]
13761376
},
13771377
{
@@ -2131,7 +2131,7 @@
21312131
"name": "python",
21322132
"nbconvert_exporter": "python",
21332133
"pygments_lexer": "ipython3",
2134-
"version": "3.10.14"
2134+
"version": "3.11.0"
21352135
}
21362136
},
21372137
"nbformat": 4,

0 commit comments

Comments
 (0)