Navigation panel is not hidden in workqueues

image

It seems like the problem is caused by missing attribute “HideNavigationPanel” in the xml. This means the problem is some where in the server because the workqueue items are completely generated by the server.

So it should come right here in memoRenderData.

And when we are there, it could also have PanelTitle set to memoColumn.Caption in order to get a configurable navigation title for a mobile view.

Current solution introduces a new XML attribute. It would be enough to set a property of memoRenderData, in my opinion.