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

Forum Posts

How to avoid infinite scrolling in Web UI and use pagination

Hello, I am trying to change how results are displayed in the nuxeo Web UI, and I want to remove the infinite scroll and use navigation instead. I want to change all "nuxeo-data-table" elements. I have found that the "nuxeo-data-table" element has a ...

Rodri_ by Star Contributor
  • 527 Views
  • 1 replies
  • 1 kudos

nuxeo authentication using keycloak

Hello, I want to configure my Nuxeo in order to allow authentication using Keycloak. I started by configuring my Nuxeo with LDAP. The particularity of my LDAP is that I dont have "member" attribute in my group object, I have a custom attribute to get...

Analytics page Search tab doesn't refresh

On the Analytics page, Search tab there are date filters (1). Changing dates nothing happens. There is no refresh button. So this page always displays the same info. Using the browser refresh, some info updates like Number of calls (2), but not the C...

type an image title

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
  • 536 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
  • 2464 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
  • 746 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 ...