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

Forum Posts

Resolved! unable to build nuxeo-platform-login-keycloak

Hello, I am unable to build nuxeo-platform-login-keycloak. Error message : [ERROR] Failed to execute goal on project nuxeo-platform-login-keycloak: Could not resolve dependencies for project org.nuxeo.ecm.platform:nuxeo-platform-login-keycloak:jar:11...

Error after purging audit log

Hello, I followed the link "https://doc.nuxeo.com/nxdoc/purging-audit-logs-nxp_logs/" to empty the audit log. I didn't have an error while performing the procedure but after finishing I noticed that I cannot access the proxy documents (including exm:...

Image

Incrementing Unique ID for a document

Hi, Is there any method in Nuxeo Server to give each document a unique and incrementing ID when it is created? Not to replace the unique ID that is given by default, but an additional field like: doc01 -> uniqueID = ef42fj... and incrementID = 00001 ...

Small bug in Nuxeo Web UI - nuxeo-directory-suggestion

Hello, I have found a little bug in the nuxeo-webui component, and I have tried to report it in github, but I wasn't able to find the "Issues" option in the repository: https://github.com/nuxeo/nuxeo-web-ui Anyway, the problem is with the "nuxeo-dire...

Rodri_ by Star Contributor
  • 109 Views
  • 1 replies
  • 0 kudos

Pass chain parameters from document suggestion widget

Hi, I'm trying to pass parameters from a nuxeo-document-suggestion widget to the automation chain returning the suggested documents. Here is the widget : <nuxeo-document-suggestion value="{{document.properties.mfs:documents}}" label="[[i18n('manufa...

Re-evaluate a blob to get correct mime type?

We have imported a decent amount of files using a custom importing app, but some of the mimebtypes were not defined so we have blobs that show as "text/plain" when they should be something else. We can download the blob, then remove it from the Nuxeo...

Nuxeo Drive - Best Practices for Mass Deployment

We are about to deploy Nuxeo Drive to our organization. I want the user experience to be as easy as can be when they first login. We use Ivanti EPM for deployments. Usually I deploy using the system account, but given that Nuxeo installs in the users...

Resolved! Nuxeo cluster with Nuxeo drive

Hello, We have Nuxeo Drive (4.4.3) installed on our workstations. We have 2 Nuxeo servers wich are clustered with HaProxy in front. We have an external application that will create a document in Nuxeo and add a file to it. With our application, when ...

pnux_ by Confirmed Champ
  • 135 Views
  • 2 replies
  • 0 kudos

Filter data in document suggestion

Hi, I'm trying to reproduce this how-to, but with a document suggestion widget instead of a directory suggestion widget. Here is my code : <nuxeo-document-suggestion value="" label="[[i18n('manufacturing_summary.documentsLocations')]]" ...