mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[MNT-24637] ADW: Options to edit files marked as records available in Favorites Files list (#10289)
This commit is contained in:
@@ -35,6 +35,8 @@ export class Favorite {
|
||||
* A subset of the target favorite properties, system properties and properties already available in the target are excluded.
|
||||
*/
|
||||
properties?: any;
|
||||
aspectNames?: string[];
|
||||
allowableOperations?: string[];
|
||||
|
||||
constructor(input?: Partial<Favorite>) {
|
||||
if (input) {
|
||||
|
Reference in New Issue
Block a user