Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Nuxeo REST API /doc endpoint missing in 2023 LTS

I cannot find anywhere info, if this endpoint was removed from Nuxeo. I have a problem that nuxeo-api-playground resource endpoints is throwing 404, also http://NUXEO_SERVER/nuxeo/site/automation/doc is not working. I noticed in github, that class:@W...

Zdeno_Franek_0-1742547279518.png

documentSecurityUpdated not triggered for child documents

Hi everyone,Thanks in advance for your help. I’m facing a small issue: when I update the security settings (permissions) on a parent workspace, the documentSecurityUpdated event is only triggered for the workspace itself, not for the documents or fil...

Zakariyaa by Champ on-the-rise
  • 199 Views
  • 1 replies
  • 0 kudos

Resolved! Notification for deleted document

Hi, I'm a new user of Nuxeo. I'm wondering if it is possible to have notifications when a document is deleted. I write my extension point: <component name="org.nuxeo.sample.notify"> <extension point="notifications" target="org.nuxeo.ecm.platform....

Alice_ by Star Contributor
  • 1831 Views
  • 20 replies
  • 0 kudos

Resolved! Detecting ACL Modifications in Nuxeo

Hello,I would like to know how to detect modifications to ACLs (Access Control Lists) in Nuxeo. Are there any native mechanisms, specific events, or best practices to monitor and log these changes in real time?Any guidance or recommendations would be...

Zakariyaa by Champ on-the-rise
  • 481 Views
  • 4 replies
  • 2 kudos

Nuxeo Data Table View and Filtering

I have a folderish object called EmployeeData.  This contains multiple Employees which is basically a DocumentType.  Employees have properties such as EmployeeID, First Name, Last Name etc.  When I view the EmployeeData, I can see all the Employees. ...