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
Describe the bug
We are developing a portal where a backoffice member can impersonate another member, hiding/revealing content based on that impersonated member's access privileges.
We have implemented a custom action for impersonation, using this documentation for Entity Actions. A requirement is that upon clicking the action, the user's browser opens a new page with the root node. Since the entity action is in TypeScript, we can open a new window as follows:
Now, we would like to do the same thing for a UI builder entity called employee, where each employee is linked to a member. However, looking at the documentation, we're struggling to find the best way to achieve this client-side logic of opening a new window, as these actions are built differently. We have the impersonation logic working, just missing the requirement of opening that new window on click.
Is there something we're missing to allow this to be done easily?
Environment (please complete the following information):
Server OS: Windows
Browser: Chrome
Umbraco Version 15.3.0
Product Version 15.1.2
This item has been added to our backlog AB#52305
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
We are developing a portal where a backoffice member can impersonate another member, hiding/revealing content based on that impersonated member's access privileges.
We have implemented a custom action for impersonation, using this documentation for Entity Actions. A requirement is that upon clicking the action, the user's browser opens a new page with the root node. Since the entity action is in TypeScript, we can open a new window as follows:
Now, we would like to do the same thing for a UI builder entity called employee, where each employee is linked to a member. However, looking at the documentation, we're struggling to find the best way to achieve this client-side logic of opening a new window, as these actions are built differently. We have the impersonation logic working, just missing the requirement of opening that new window on click.
Is there something we're missing to allow this to be done easily?
Environment (please complete the following information):
This item has been added to our backlog AB#52305
The text was updated successfully, but these errors were encountered: