03-18-2009 03:46 PM
03-18-2009 04:53 PM
simpleView: ${(preferences.simpleView!false)?string},
tosimpleView: ${(preferences.simpleView!true)?string},
Which will default it for all users unless they change the option themselves by clicking the toolbar button.05-21-2009 03:26 AM
05-21-2009 03:39 AM
05-21-2009 04:54 AM
05-21-2009 05:01 AM
{"org":{"alfresco":{"share":{"documentList":{"simpleView":true}}}}}
05-21-2009 05:49 AM
11-19-2013 08:21 PM
11-20-2013 04:08 AM
03-27-2018 02:21 AM
Hi all,
I am also trying to making the default view to be simple view instead of detailed view and tried the above solution but I am not able to find the above configuration in documentlist.get.js file.
Instead,I tried to change the following in documentlist.get.js file
model.preferences.viewRendererName != null ? model.preferences.viewRendererName : "detailed",
to
model.preferences.viewRendererName != null ? model.preferences.viewRendererName : "simple",
But it's not working
I have also tried to change the following in documentlist.js file
viewRendererName:"detailed",
to
viewRendererName:"simple"
but still the default view is appearing to be detailed view in document-library.
Any help would be greatly appreciated
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.