topolik / FSRepo

Documents & Media repository for accessing local file system
13 stars 13 forks source link

Moved content stay in src #7

Closed benner999 closed 12 years ago

benner999 commented 12 years ago

When I move a folder, the data/files in src stay there. Looks like its a copy and not a move.

I tried with one file - and that is moved correct.

topolik commented 12 years ago

Thank you, I need to look whether it's my or Liferay's bug.

-- tom

topolik commented 12 years ago

So it's Liferay issue - file entries are copied, not moved - https://github.com/liferay/liferay-portal/blob/29cb9a82a3f9c174a60c164e97f58da02df2df35/portal-impl/src/com/liferay/portlet/documentlibrary/service/impl/DLAppServiceImpl.java#L2997