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

Forum Posts

Resolved! missing service UserMapperComponent

Hello, I got this error message after configuring Keycloak with Nuxeo : 2020-08-26T18:22:37,224 ERROR [main] [org.nuxeo.runtime.osgi.OSGiRuntimeService] Nuxeo Platform Started ====================================================================== = C...

Add Extra Fields to User

Dear All i followed all steps in [[https://doc.nuxeo.com/nxdoc/how-to-add-new-fields-to-the-user-profile-or-group-profile/] ] to add new Field for users and my file : <xs:schema targetNamespace="http://www.nuxeo.org/ecm/schemas/user" xmlns:xs="http...

Script running at Server startup

Hi, I am testing automation and have created a script that I am using for testing function run(input, params) { Console.log("Creating NEWDOC"); var root = Repository.GetDocument(null, { "value" : "/" }); var newDoc = Document.Create(root, { "...

Resolved! Drag and drop - EXPORT

Hi, Has anybody managed to EXPORT documents from WebUI by drag and drop? Specifically, I'd love to drag a document to an Outlook message and thus add it as an attachment. I know Nuxeo can send emails itself, but in the specific use case sending somet...

michal_m by Confirmed Champ
  • 1146 Views
  • 1 replies
  • 0 kudos

Register Automation Helper In Nuxeo Studio

Hi, I have contributed a new custom automation helper which is working fine now i want that custom automation helper in my nuxeo studio so it is visible for me in automation chain and scripts like the Fn library as shown in the attached image

Error viewing previous version of a document. Error 500

Good Morning, I have a problem with the versions of my documents. The latest version is displayed without problems, but when I want to view a previous one, I get a 500 error (internal server error; Invalid Json; The document could not be loaded) I ha...

j_porras by Champ in-the-making
  • 5409 Views
  • 9 replies
  • 0 kudos

URL with appended "@convert?format=tiff" possible?

hi, If I want to download a pdf of an jpg file I can use a URL with "@convert?format=pdf" appended to it, e.g: https://dms.nuxeo.local/nuxeo/api/v1/path/domain01/workspaces/workspace01/car.jpg/@convert?format=pdf Nice feature!! If I want to download ...

Workflow task button filter - custom EL expression

I want to activate a task button depending on a property in the input document: In the filter-input in the workflow node properties Task Button tab I've put the following ID: PanMuntligOverlaggning_enable Then in Advanced Settings->Xml Extensions I h...

Rebuilding the Repository Index

Good Morning, I would like to perform a document reindex. I've been looking at the documentation, https://doc.nuxeo.com/nxdoc/elasticsearch-setup/#rebuilding-the-repository-index, and it talks about the Admin> Elasticsearch> Admin tab. Where is that ...

j_porras by Champ in-the-making
  • 1711 Views
  • 2 replies
  • 0 kudos

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
  • 1344 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...