Back Office: Link to Tab
# help-with-umbraco
d
Is it possible to create a link to a Property Tab in the current page?
a
As far as I know, no. But would be useful
d
Or even just the current page in the back office? Maybe a query string?
a
@Dean Leigh not sure I follow the last question? Wouldn't that be something like
/umbraco/#/content/content/edit/1234
?
d
yes but I need a generic for the current page e.g.
/umbraco/#/content/content/edit/current
if one exists
a
In what context would you need that?
d
I have some blocks that require editing outside the block e.g. the page tile and description are in the page properties
I could possibly make them editable in both places however it would be out of context with other page properties such as the short title and thumbnail
a
Where are they edited then?
d
In a tab called page properties through a composition
So I could compose it into the block as well
I think
Yep I could
a
I'm still not sure I follow. Where does the link to the current page come in?
d
So I am currently using a label that tells the user to edit the Title and Desription in the Page Properties tab
I would love to make Page Properties a link to the tab
But just refreshing the page works as it is the first tab
a
Refreshing seems like a viable solution. In theory you could use
SendingContentNotification
in C#, and edit the property description with a link to the current page. But I'm fairly certain nothing much will happen as the Angular route doesn't change (assuming I understand your case correctly)
d
Yes the url does not change with each tab
a
At one point it wasn't possible to deep link to dashboards either, but IIRC someone created a PR for that. Might be worth looking into whether that code may be re-used for tabs on content and media.
d
I will thank you. I hope in the new UI we will be able to target any state