I'm customizing my "latest edits" dashboard in Umbraco 7.
I would like to keep the "click to edit" link but in Umbraco 7 I can't use /umbraco/editContent.aspx?id={@id} as the package contains. What should I link to instead?
Please note: I've not yet used it myself in an Umbraco 7, but I can imagine a few things that may not work (or look) as expected. Please let me know if you find anything crazy :)
The package really works fine by default, by I have removed the styling in the package and shifted from unordered list to tables. Also I have moved the dashboard from Developer to Content section.
Link to "edit node" in Umbraco 7?
Hi,
I'm customizing my "latest edits" dashboard in Umbraco 7.
I would like to keep the "click to edit" link but in Umbraco 7 I can't use /umbraco/editContent.aspx?id={@id} as the package contains. What should I link to instead?
Thank you
Hi Kasper,
After a quick look inside an Umbraco 7.2, it looks like this should do the trick:
/Chriztian
Adding a target="_top" it works perfect :-)
Thanks!
Please note: I've not yet used it myself in an Umbraco 7, but I can imagine a few things that may not work (or look) as expected. Please let me know if you find anything crazy :)
Thanks for using the package,
/Chriztian
The package really works fine by default, by I have removed the styling in the package and shifted from unordered list to tables. Also I have moved the dashboard from Developer to Content section.
Thank you for great and EASY to use package
Cool!
I've logged this issue on the GitHub repo with a link back here - should make it easy for people to self-fix until I can post an updated package.
/Chriztian
Just a quick update to let everyone know that the package has been updated to officially support V7 :)
/Chriztian
is working on a reply...