mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-2588] make comment component compatible with content (#3128)
This commit is contained in:
committed by
Eugenio Romano
parent
f985dd11d5
commit
653a510a5c
@@ -17,6 +17,11 @@
|
||||
|
||||
import { CommentRepresentation, LightUserRepresentation } from 'alfresco-js-api';
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* CommentProcessModel
|
||||
* (this model is deprecated in 2.3.0 in favour of CommentModel and will be removed in future revisions)
|
||||
*/
|
||||
export class CommentProcessModel implements CommentRepresentation {
|
||||
id: number;
|
||||
message: string;
|
||||
|
Reference in New Issue
Block a user