mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* [ADF-2562] Download a previous version * [ADF-2562] add input property to enable/disable version downloads * [ADF-2562] add example in demo-shell * [ADF-2562] unit tests * [ADF-2561] View comments on previous versions (#3137) * [ADF-2561] View comments on previous versions add input property to enable/disable viewing version comments * [ADF-2561] add more tests * remove name property * test fixes
935 B
935 B
Added, Status
Added | Status |
---|---|
v2.0.0 | Experimental |
Version List component
Displays the version history of a node in a Version Manager component
Basic Usage
<adf-version-list [id]="nodeId"></adf-version-list>
Properties
Name | Type | Default value | Description |
---|---|---|---|
id | string |
ID of the node whose version history you want to display. | |
showComments | boolean |
true | Set this to false if version comments should not be displayed. |
enableDownload | boolean |
true | Configuration to enable/disable downloads of previous versions. Set this to false to not show the menu item for version download. |
Details
Inside the version manager component, there is the underlying VersionListComponent. The VersionListComponent loads and displays the version history of a node.