The DocumentModelImpl#isTrashed method currently ask the session if the document is trashed or not using its reference.
This is a problem for non persisted DocumentModel, like the searchDocument for instance.
- is required by
-
NXP-24741 Return ecm:isTrashed in JSON DocumentModel representation
- Resolved