Add default column to content view in JSF UI

I need to add the source column to the default content view. I find some documentation on how to do this using Nuxeo studio. But I'm not using Nuxeo studio. I've tried to figure out how this works by overriding templates but have, so far, not succeeded. Surely their must be some simple way to accomplish this?

0 votes

3 answers

1144 views

ANSWER




As pointed out by Guillaume, each widget in the listing layout configuration is selected by default unless stated otherwise. You can try adding “selectedByDefault=“true” to one of the contributions that you override, see for instance https://github.com/nuxeo/nuxeo/blob/release-10.10/nuxeo-jsf/nuxeo-platform-webapp-base/src/main/resources/OSGI-INF/layouts-listing-contrib.xml#L1533

0 votes



This is not yet solved. Any help would be greatly appreciated.

0 votes