Access Keys:
Skip to content (Access Key - 0)
Home (Access Key - 1)
All spaces... (Access Key - 3)
Log in (Access Key - 5)
Sign up (Access Key - 6)
Toggle Sidebar

normalView not changing to normal page view


The link shows up, but clicking on it doesn't do anything e.g. on the attachments page it is:

https://server.edu/pages/viewpageattachments.action?decorator=normal&pageId=9077003

on the edit page it is:

https://server.edu/pages/editpage.action?decorator=normal&pageId=9077003

Before I noticed it not working on the attachments page, but it did on the edit page.

This is what I'm using to generate the link (it's in a layout panel).

{builder-show:mode=edit,view-attachments,view-information}
	{compound-menuitem:normalView|icon=document_plain|caption=View}
{builder-show}
Toggle Sidebar
Added by Carl U on Jul 09, 2008 22:17, last edited by Carl U on Jul 09, 2008 22:17

normalView just returns the display to the normal decorator - it's primarily intended as a way of getting back from a printable decorator.

Try using "pageView" instead - that takes you to the "view" mode of the current page or blog post (similar to clicking the View tab on the older Confluence themes).

Ah thanks, figured it was something simple like that.


Adaptavist Theme Builder Powered by Atlassian Confluence