03-23-2010 05:29 AM
03-23-2010 11:27 AM
03-24-2010 04:45 AM
03-25-2010 10:39 AM
03-25-2010 11:18 AM
03-25-2010 12:28 PM
message_delete1=Document cannot be deleted.
throw new AlfrescoRuntimeException("message_delete1");
Error Please correct the errors below then click OK.
* Unable to delete File due to system error: message_delete1
03-25-2010 01:02 PM
<bean id="emailResourceBundles" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
<property name="resourceBundles">
<list>
<value>alfresco.messages.email-service</value>
</list>
</property>
</bean>
If you want to change the reporting behaviour, you will have to hack BaseDialogBean.
03-25-2010 01:42 PM
03-25-2010 02:01 PM
03-26-2010 05:55 AM
message_delete1=Document cannot be deleted. Document is not in draft status.
message_delete2=You do not have permissions to delete the document. You are not part of coordinators group.
message_delete3=You cannot delete the document. There was a fail trying to get the authors list.
message_delete4=You do not have permissions to delete the document. You do not belong to the authors list.
message_delete5=Document cannot be deleted. It has other documents related besides their own renditions.
message_delete1=No se puede borrar el documento. No se encuentra en estado borrador.
message_delete2=No tiene permisos para borrar el documento. No pertenece al grupo de coordinadores.
message_delete3=No puede borrar el documento. No puede comprobarse que usted pertenece a la lista de autores.
message_delete4=Usted no esta autorizado a borrar el documento. No pertenece a la lista de autores o autores externos.
message_delete5=No puede borrarse el documento. Contiene otros documentos relacionados además de la rendition.
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<bean id="SGDocumentBeforeDeleteBehaviour" class="com.sysdoc.behaviours.SGDocumentBeforeDeleteBehaviour" init-method="init">
<property name="policyComponent">
<ref bean="policyComponent" />
</property>
</bean>
<bean id="SGDocumentDeleteBehaviour" class="com.sysdoc.behaviours.SGDocumentDeleteBehaviour" init-method="init">
<property name="policyComponent">
<ref bean="policyComponent" />
</property>
<property name="nodeService">
<ref bean="nodeService" />
</property>
</bean>
<bean id="deleteResourceBundles" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
<property name="resourceBundles">
<list>
<value>alfresco.messages.delete-behaviour</value>
</list>
</property>
</bean>
</beans>
Please correct the errors below then click OK.
* Unable to delete File due to system error: Document cannot be deleted. Document is not in draft status.
Por favor corrija los errores siguientes y pulse Aceptar.
* No se puede eliminar el fichero debido a un error del sistema:
As you can see message is missed. 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.