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
I'm building an extended member overview view UI Builder. I don't want to implement a member editor myself, so I want the entities to open the regular member editor (at /umbraco/section/member-management/workspace/member/edit/1cabfa7c-7445-4df5-be4a-d8d10272a291/invariant).
For now I've added an extra column with the member key, and a custom view with a link to the member editor.
But it would be lovely, if you could do something like .SetNameLink(entity => $"/umbraco/section/member-management/workspace/member/edit/{entity.Key}/invariant")
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building an extended member overview view UI Builder. I don't want to implement a member editor myself, so I want the entities to open the regular member editor (at /umbraco/section/member-management/workspace/member/edit/1cabfa7c-7445-4df5-be4a-d8d10272a291/invariant).
For now I've added an extra column with the member key, and a custom view with a link to the member editor.
But it would be lovely, if you could do something like
.SetNameLink(entity => $"/umbraco/section/member-management/workspace/member/edit/{entity.Key}/invariant")
Beta Was this translation helpful? Give feedback.
All reactions