You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's not possible to overwrite a content item with a recipe if its ContentItemId is unknown - for example if it was created from a recipe using "ContentItemId": "[js: uuid()]". We should include some recipe mechanism to get around this. Some ideas:
Add a IGlobalMethodProvider that let's you find the ContentItemId from alias, e.g. "ContentItemId": "[js: idFromAlias('main-menu')]".
Create a new recipe step that removes a content item by query.
I'm not sure if either of these is possible during setup, if the alias index may not be populated yet?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Make it possible to replace content items with an unknown ID using recipes
Make it possible to replace content items with an unknown ID using recipes (OSOE-648)
Jun 18, 2023
Currently it's not possible to overwrite a content item with a recipe if its ContentItemId is unknown - for example if it was created from a recipe using
"ContentItemId": "[js: uuid()]"
. We should include some recipe mechanism to get around this. Some ideas:IGlobalMethodProvider
that let's you find the ContentItemId from alias, e.g."ContentItemId": "[js: idFromAlias('main-menu')]"
.I'm not sure if either of these is possible during setup, if the alias index may not be populated yet?
Jira issue
The text was updated successfully, but these errors were encountered: