cancel
Showing results for 
Search instead for 
Did you mean: 

ORDEN DE LOS DOCUMENTOS EN LA LIBRERIA

sarasoler
Champ in-the-making
Champ in-the-making
Buenas, al igual que en las WIKIS y en los BLOGS, no habría manera de que los documentos subidos en la libreria, se les pudiera invertir el orden??
Es decir, ahora, los más antiguos son los que aparecen los primeros del todo arriba, y los colgados nuevos, abajo al final.

Quedo a la espera de respuesta.

Gracias y buen finde!!

Sara Soler
1 REPLY 1

antoniosoler
Champ in-the-making
Champ in-the-making
En alfresco 4.x puedes añadir esto a tu fichero share-config-custom.xml (o a share-config.xml)


<config evaluator="string-compare" condition="DocumentLibrary" replace="true">
           <sorting>
             <sort label="name">cm:name</sort>
             <sort label="title">cm:title</sort>
             <sort label="description">cm:description</sort>
             <sort label="author">cm:author</sort>
             <sort label="modifier">cm:modifier</sort>
             <sort label="modified">cm:modified|false</sort>
             <sort label="creator">cm:creator</sort>

             <sort label="created">cm:created|false</sort>
             <sort label="size">.size|true</sort>
         </sorting>
  
</config>

asi te aparecera un menu desplegable en la parte superior derecha de la lista de archivos y un boton de Ascending/descending order
Getting started

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.