mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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
This commit is contained in:
committed by
Denys Vuika
parent
3a7751fec9
commit
eb0b0fa5aa
@@ -17,6 +17,7 @@ Displays the version history of a node in a Version Manager component
|
||||
| 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. |
|
||||
|
||||
## Details
|
||||
|
||||
|
@@ -22,9 +22,10 @@ Displays the version history of a node with the ability to upload a new version.
|
||||
|
||||
### Properties
|
||||
|
||||
| Name | Type | Description |
|
||||
| ---- | ---- | ----------- |
|
||||
| node | [MinimalNodeEntryEntity](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodeMinimalEntry.md) | The node you want to manage the version history of. |
|
||||
| Name | Type | Default value | Description |
|
||||
| ---- | ---- | --- | ----------- |
|
||||
| node | [MinimalNodeEntryEntity](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodeMinimalEntry.md) | |The node you want to manage the version history of. |
|
||||
| showComments | `boolean` | true | Set this to false if version comments should not be displayed. |
|
||||
|
||||
### Events
|
||||
|
||||
|
Reference in New Issue
Block a user