Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How to Refresh the Media Tree in Umbraco 14?
I need to refresh the Media Tree programmatically in Umbraco 14. The call is being made from a web component.
Thanks in advance for your help!
import { UMB_ACTION_EVENT_CONTEXT } from '@umbraco-cms/backoffice/action'; import { UmbRequestReloadStructureForEntityEvent } from '@umbraco-cms/backoffice/entity-action'; const actionEventContext = await this.getContext(UMB_ACTION_EVENT_CONTEXT); const event = new UmbRequestReloadStructureForEntityEvent({ unique: this.#unique!, entityType: 'media', }); actionEventContext.dispatchEvent(event);
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Refresh Media Tree ?
How to Refresh the Media Tree in Umbraco 14?
I need to refresh the Media Tree programmatically in Umbraco 14. The call is being made from a web component.
Thanks in advance for your help!
is working on a reply...