cancel
Showing results for 
Search instead for 
Did you mean: 

Delete/Remove old versions of documents

ddenev
Champ in-the-making
Champ in-the-making
Hi,

Why is it not possible to delete old versions of documents? Will this be added as a feature soon? thank you.
8 REPLIES 8

mrogers
Star Contributor
Star Contributor
It looks like you can delete content.    I found threads in this forum discussing the finer implementation details of how to configure it.

For example:
http://forums.alfresco.com/en/viewtopic.php?f=4&t=12676&p=42008&hilit=archive#p42008

ddenev
Champ in-the-making
Champ in-the-making
уell i'll have a deeper look at this but i was looking more for how to do this from the web gui

ddenev
Champ in-the-making
Champ in-the-making
Hi,

Almost year and a half after the initial post has passed but I still cannot find a way to remove individual previous versions of documents. Is this feature still not implemented or am I failing to find it? Thank you.

Best regards

ddenev
Champ in-the-making
Champ in-the-making
Dear Alfresco Team,

Could you please answer the question? Thank you.

Best regards

p3d3r0s0
Champ in-the-making
Champ in-the-making
Isnt that option in the user profile link?
I cant remember the exact name of the link, but in the user icon next to the admin console (top), isnt there the option you are looking for?

ddenev
Champ in-the-making
Champ in-the-making
The option you are referring to is for purging deleted content. What I need is to be able to delete selected previous versions of content that is versionable.

andyhorton
Champ in-the-making
Champ in-the-making
It's not perfect, but if I want to remove all the old versions for a document, I do the following:

1. View document's details page
2. Manage aspects
3. Remove the versionable aspect
See now, there are no versions

If you want the doc to continue to be versionable:
4. Manage aspects
5. Add the versionable aspect back in
See, there are still no versions

Obv it only works for a single doc.

t5d
Champ in-the-making
Champ in-the-making
Hello.

The support for deleting individual versions is already implemented in repository:
http://stackoverflow.com/questions/15739458/delete-specific-version-of-document-in-alfresco
http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/service/cmr/version/VersionServic...

So, you should implement:
- web script, that deletes specified version of specified document
- UI in Alfresco Share, that calls this web script

Hope, this helps.

t5d.