alfresco-content-app/docs/features/version-manager.md
Andy Stark a46e16c28a [ACA-2157] Fixed structure, markup and links (#904)
* [ACA-2157] Added brief description and updated links

* [ACA-2157] Fixed broken image URL
2019-01-23 07:45:31 +00:00

1.9 KiB

Title
Title
Version Manager

Version Manager

The versions of a file can be viewed and managed by using the Version Manager Component.

There are 2 ways users can access the Version Manager:

  1. From the 'Manage Versions' option of the 'More actions' menu (check Actions and the Actions Toolbar):

Version Manager Menu Version Manager Dialog

  1. From the Info Drawer (the Details right panel):

Version Manager Inline

Upload new version

A new version for the selected file can be added by using this button. Users can upload a new file version using a file that is does not have the same name, or mime type as the current version, whilst allowing the user to choose the type of version (minor or major) and inputting supporting comments.

Please also check the UploadVersionButtonComponent.

Actions Menu

Each item in the version list has a couple of actions available: Restore, Download and Delete. These are displayed if user has permission to do that specific action. The 'Download' and 'Delete' can be also disabled from the app.config.

In the app.config.json file, these are the current settings for the ACA version manager:

{
   "adf-version-manager": {
       "allowComments": true,
       "allowDownload": true
   }
}

Set the allowComments to false if the version comments should not be displayed on the version list.

Clicking to delete a version of a file triggers a confirmation dialog. Please see the Confirm Dialog Component for more info.