mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-02 17:34:51 +00:00
exclude calendar events from Recent Files (#876)
This commit is contained in:
parent
eca3c0540a
commit
1ea57740fe
@ -57,6 +57,7 @@ export class AppDataService extends CustomResourcesService {
|
||||
'-TYPE:"dl:location"',
|
||||
'-TYPE:"fm:topic"',
|
||||
'-TYPE:"fm:post"',
|
||||
'-TYPE:"ia:calendarEvent"',
|
||||
'-TYPE:"lnk:link"'
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user