cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot past all cut items

pf
Champ in-the-making
Champ in-the-making
Hi,

I am using Alfresco 2.0 community edition.

I noticed a strange behavior in the web client application.

For example, I cut 3 documents in a space; the clipboard shows them correctly, but when I try to paste all of them in another space, only 2 documents are actually moved.

Did anyone else notice this problem?

Thank you for your reply.
Paul
4 REPLIES 4

gavinc
Champ in-the-making
Champ in-the-making
I have not seen or heard of this before.

Did you see any errors on the Tomcat console?

If not, try uncommenting the line below in log4j.properties (in /alfresco/tomcat/webapps/alfresco/WEB-INF/classes) and retry the paste, do you see any errors now?

#log4j.logger.org.alfresco.web.ui.common.Utils=info

pf
Champ in-the-making
Champ in-the-making
Thank you for your reply.

I made the changes to log4j.properties as you indicated, but no message appeared in alfresco.log when I tried to do the same operation.

I also tried to cut and paste many documents from one space to another using  the clipboard, but only 2 documents are moved, the others remain in the original space.

May be this is a little bug of the web client application…

gavinc
Champ in-the-making
Champ in-the-making
Yes, indeed you're correct there is something strange going on here.

I have raised this in JIRA: http://issues.alfresco.com/browse/AWC-1141

Thanks for reporting this.

gavinc
Champ in-the-making
Champ in-the-making
Now resolved in SVN:

r5200 | gavinc | 2007-02-20 14:45:36 +0000 (Tue, 20 Feb 2007) | 1 line Changed paths:
   M /alfresco/BRANCHES/V2.0/root/projects/web-client/source/java/org/alfresco/web/bean/clipboard/ClipboardBean.java

Thanks again for reporting this.