11-23-2007 11:34 AM
11-23-2007 01:11 PM
11-23-2007 01:15 PM
11-23-2007 01:16 PM
11-23-2007 01:27 PM
11-25-2007 11:42 AM
11-25-2007 12:24 PM
<!– Actions for a document in the Browse screen –>
<action-group id="document_browse">
<show-link>false</show-link>
<style-class>inlineAction</style-class>
<action idref="edit_doc_http" />
<action idref="edit_doc_webdav" />
<action idref="edit_doc_cifs" />
<action idref="checkout_doc" />
<action idref="checkin_doc" />
<action idref="details_doc" />
<action idref="delete_doc" hide="true" />
</action-group>Là ok il n'y a pas de souci, l'action n'apparait plus dans le menu.<!– Actions for a document in the Browse screen –>
<action-group id="document_browse">
<show-link>false</show-link>
<style-class>inlineAction</style-class>
<action idref="edit_doc_http" hide="true" />
<action idref="edit_doc_webdav" />
<action idref="edit_doc_cifs" />
<action idref="checkout_doc" hide="true" />
<action idref="checkin_doc" hide="true" />
<action idref="details_doc" hide="true" />
<action idref="delete_doc" hide="true" />
</action-group>La j'ai l'erreur suivante qui s'affiche quand j'essaye d'afficher "Mon accueil".javax.faces.FacesException: Illegal Capacity: -2
caused by:
org.apache.jasper.JasperException: Illegal Capacity: -2
caused by:
java.lang.IllegalArgumentException: Illegal Capacity: -2J'ai des variantes de l'erreur selon les actions que je supprime ( Illegal Capacity: -3, Illegal Capacity: -7, etc.).11-25-2007 12:45 PM
11-26-2007 03:37 AM
<config replace="true">
<actions>
<action-group id="document_browse">
<!– ici uniquement les actions à mettre –>
</action-group>
</action>
</config>Ceci dit ça devrait marcher aussi avec les "hide", je vais aller voir du côté de la base de bugs…
11-29-2007 05:21 AM
<action-group id="document_browse">
<show-link>false</show-link>
<style-class>inlineAction</style-class>
<action idref="edit_doc_http" hide="true" />
<action idref="edit_doc_webdav" />
<action idref="edit_doc_cifs" />
<action idref="checkout_doc" hide="true" />
<action idref="checkin_doc" hide="true" />
<action idref="details_doc" hide="true" />
<action idref="delete_doc" hide="true" />
</action-group>Et ça marche très bien (je suis en version 2.2 dev cependant).<action-group id="document_browse">
<action idref="edit_doc_http" hide="true" />
<action idref="checkout_doc" hide="true" />
<action idref="checkin_doc" hide="true" />
<action idref="details_doc" hide="true" />
<action idref="delete_doc" hide="true" />
</action-group>
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.