10.10


Related Questions
I would like to modify the CSS in the login.jsp page so our our SSO alternate login button doesn't look bad (screenshot): We are using WebUI, and I can only find documentation for JSF UI: https://doc.nuxeo.com/nxdoc/how-to-override-the-login-page/ , ...
  0 votes
  1 answers
  0 comments
  1063 views

I am creating a document in Nuxeo. In the response of document creation API, changeToken is 0-0 and when I am fetching same document by uid changeToken is 3-0. Why I am getting different values without making any changes in the document?
  0 votes
  1 answers
  1 comments
  1241 views

I am using below URL, request and headers. I want to get size of the image in KBs or MBs uploaded in Nuxeo. The key with dms: prefix are custom fields. How can I get the size? Endpoint : /site/automation/Repository.Query Request { “params” : { ...
  0 votes
  1 answers
  0 comments
  831 views

I would like to pull all the documents are created recently using NXQL. Please suggest me the NXQL for the same order by date
  0 votes
  1 answers
  0 comments
  1026 views

  -1 votes
  0 answers
  0 comments
  598 views

We have been working on setting up GCP cloud storage and were able to get it working, however, the permissions set to allow it to work are not considered secure. Currently, we have the following permissions applied: Project perms: ...
  0 votes
  0 answers
  0 comments
  945 views

I am getting Invalid change token message from nuxeo while creating multiple documents together in Nuxeo using /api/v1/path endpoint. What is changeToken and when it becomes invalid?
  0 votes
  0 answers
  0 comments
  913 views

Trying to get Google Storage set up for assets, and when nuxeo starts this is the error message I get: Caused by: org.nuxeo.ecm.core.api.NuxeoException: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('/' (code 47)): maybe a ...
  0 votes
  1 answers
  2 comments
  1408 views

Hi! I've successfully added an Anonymous user, but since then when a non-anonymous user logs out, it's not redirected to the default login screen, but remains in the web-ui Dashboard as Anonymous user. Sign-out again as Anonymous user exits to login ...
  0 votes
  0 answers
  3 comments
  1304 views

According to documentation and source code : “The nuxeo-connection sets up a connection to a Nuxeo instance and encapsulates the access to the JavaScript Client” a 'token' property can be set for Token Authentication (set method=“token”) What is the ...
  0 votes
  1 answers
  1 comments
  975 views

Hello, I have created a custom authentication with a JWT token in nuxeo for both, WebUI and Rest API. For the second one, I am using Java Client SDK 3.2. The WebUI authentication works perfectly, but in the Rest API the behaviour is a little ...
  0 votes
  1 answers
  0 comments
  1270 views

Hello, I am trying to use the java api to create a document with attached files. I saw the examples in the documentation and it's working fine. Now I want to try my own method : one call to create the document and attach the files :) ...
  0 votes
  0 answers
  0 comments
  1172 views

Hello all, Has anyone successfully configured multiple identity providers for authentication with Nuxeo or does anyone have a clue as to if it is possible? My use case is that I have some users that will need to be able to authenticate with Azure AD ...
  0 votes
  1 answers
  0 comments
  1247 views

How to permanently delete items in search trash? In Web UI : No action button as “empty trash” is visible No action button appears in blue menu bar when items are selected If it is not possible in Web UI, is there any solution using Nuxeo API?
  0 votes
  3 answers
  0 comments
  1700 views

est-il possible d'ajouter des fichiers externes au document de type différent de File? (J'ai créé un nouveau type de document étendant Document et je souhaite mettre à jour le fichier: contenu de ce document et ajouter des fichiers externes)
  0 votes
  2 answers
  0 comments
  1116 views

Hi As the creation of document is 3 step process. I am having two different apis- Batch Creation and Create metadata(document) ——> Wrapper on nuxeo created with spring rest template and uploading image in 2nd step directly to nuxeo with out ...
  0 votes
  0 answers
  1 comments
  1103 views

I have configured PostgreSQL DB in nuxeo.conf using below configurations. Nuxeo is using public schema of Postgres. nuxeo.db.name=sample nuxeo.db.user=admin nuxeo.db.password=password nuxeo.db.host=localhost nuxeo.db.port=5432 How can I configure ...
  0 votes
  1 answers
  1 comments
  1101 views

I've user directory with custom fields added for instance “area”, when i create a new user and set his password it works fine and the field “area” is present but when i create a new user without setting his password the “nuxeo-invite” is launched ...
  0 votes
  1 answers
  1 comments
  888 views

Hi I have written test classes @RunWith(FeaturesRunner.class) @Features({PlatformFeature.class,AutomationFeature.class}) @Deploy(“org.nuxeo.ecm.core.schema”) @Deploy(“org.nuxeo.ecm.actions”) @Deploy(“org.nuxeo.ecm.automation.core”) ...
  0 votes
  1 answers
  0 comments
  1341 views

Hi there, I have a relatively simple requirement: search for documents under the current folder. A similar issue has been discussed here , but I think I am missing something. I am using WebUI, so query parameters in the modeller are not there for me ...
  0 votes
  2 answers
  1 comments
  1081 views

Hi I want to know when ecm:versionVersionableId is set to be null and when it will be not null.
  0 votes
  2 answers
  1 comments
  774 views

Hello, I've migrate my Nuxeo's version to 10.10 and I need to do the “Trash Migration” I followed the procedure: Add the contribution Click on the button “Migrate trashed state from lifecycle to property” But, since 4 days, the current step is ...
  0 votes
  0 answers
  0 comments
  750 views

I need to hide the “Comments” and “Activity” section in the Document View and also disable all the corresponding actions for the Anonymous user - not to view nor write comments on any documents in any domain. I can not find a way to manage this in ...
  0 votes
  3 answers
  4 comments
  2158 views

Dears i am calling work flow from my app as api so how can i pass variable for Context[“var”] or WorkflowVariables[“rec”] for more details see my example below http://localhost:8080/nuxeo/api/v1/id/de229144-4c2a-48c8-ab8c-7d5581c41f54/@workflow ...
  0 votes
  1 answers
  0 comments
  842 views

Hi, I've created a new Document type that extends from OrderedFolder. Whent I change the order of children from the view layout using nuxeo-document-move-up-button/nuxeo-document-move-down-button and I refresh, the new order will not be kept. What ...
  0 votes
  1 answers
  0 comments
  914 views

Hi, I am trying to configure the classpath /internal/nuxeo according to the documentation: Modified nuxeo.conf with org.nuxeo.ecm.contextPath=/internal/nuxeo Rename ./templates/common-base/conf/Catalina/localhost/nuxeo.xml.nxftl to ...
  0 votes
  0 answers
  0 comments
  760 views

Hello community, I overrode the default user schema to add new columns, one of them is a custom vocabulary. It saves and edits no problem, however, whenever one opens the edit dialog, the label for the selected vocabulary is missing, only showing ...
  0 votes
  1 answers
  0 comments
  1258 views

I'm trying to use the document suggestion results to populate multiple UI fields after selection. The only value accessible post-selection is the document id. Is there a way to return a document object after selection, or is there an API call that ...
  0 votes
  2 answers
  0 comments
  1109 views

Hello All, I'm working on a data entry form for Accounts Payables processing. We have a need to allow inline editing into a Nuxeo datatable element in order to speed up our line item data entry process. We can enable inline editing into the cells, ...
  1 votes
  2 answers
  0 comments
  915 views

Hi, I use Nuxeo 10.10. In the documentation you recommand to install a JDK8 (https://doc.nuxeo.com/nxdoc/installing-and-setting-up-related-software/#installing-on-linux) Is it possible to use jdk-11 version with nuxeo lts2019? Thank you.
  0 votes
  1 answers
  1 comments
  1224 views

Hi , I don"t want to use the nuxeo studio to configure the schema , to create new document type , to create new permission , to create new role and manage multi tenant concept above all i want to do using java client sdk. please help me in this ...
  0 votes
  1 answers
  0 comments
  1131 views

Hello, I am working with the nuxeo-browser-extension and I want to customize the design according to my project. I have done the following, as explained in the github repository: $ git clone git@github.com:nuxeo/nuxeo-browser-extension.git $ cd ...
  0 votes
  0 answers
  0 comments
  763 views

Hi Nuxeo i was trying to get the member of the group but it is not working it is returning null in all cases code is Group group = new Group(); group.setGroupName(groupRequest.GroupName); group.setGroupLabel(groupRequest.GroupLable); ...
  0 votes
  1 answers
  1 comments
  958 views

Hi! In the drawer the browser elements are sorted by Title by default. However, in the main container, using table view there is no sorting options (as in the grid view) and it seems that they appear by the date modified in reverse order (from ...
  0 votes
  2 answers
  2 comments
  3167 views

I would like to hide the most of the slot items for the anonymous user. For the actions we can use the <filter-id> tag and predefined filters like in this example: <action id="newDocument" link="select_document_type" enabled="true"  ...
  0 votes
  1 answers
  0 comments
  1212 views

Hello community I need to change the way the <nuxeo-user-avatar> returns the user's initials, which is a simple javascript function. The problem is, I would need to override all the references in other components throughout the application as ...
  0 votes
  3 answers
  5 comments
  1700 views

Hello, Assuming I have created a custom user field called user:manager to store the user manager information, I would like to dynamically assign a task to him. So the scenario is: jdoe execute a task, then the second task is routed the the jdoe's ...
  0 votes
  1 answers
  2 comments
  1103 views

Hi there, I wish to play with the User Interface and do some experiments on how to create a new 'module' inside Nuxeo. I know that a module/bundle in Nuxeo has its own concept. Don't get me wrong. But I want to mean with 'module' is to add a totally ...
  0 votes
  1 answers
  0 comments
  1642 views

Hello everyone, I have come to notice that the web UI won't load the overriden elements in chrome if the network speed is slow. I tried changing the network speed from the dev tools to Fast 3G or slower. The interface will load only the default ...
  0 votes
  1 answers
  3 comments
  1729 views

How can I add adapters in my request to Nuxeo servers using Nuxeo java client (v3.2.0) I want to fetch the blob converted as pdf. From the REST-API I can make calls like: GET ...
  0 votes
  1 answers
  0 comments
  1114 views

How can one avoid webui displaying the defaultSearch that is in the OOTB web-ui bundle, even when it's been overridden/disabled? I imagine this is due to the webui bundle being loaded after the custom one
  0 votes
  2 answers
  0 comments
  997 views

I am uploading docx, xlsx(excel files) and pdfs to nuxeo and able to see them in Nuxeo UI correctly. Using the java client's method streamBlobByPath I am able to fetch the blob of document in my custom code. ...
  0 votes
  0 answers
  3 comments
  2051 views

Is there a way to disable the drawer panel from opening when clicking on a left menu item?
  1 votes
  1 answers
  3 comments
  1491 views

Hello community, I'm trying to add more fields to the user creation form. I've been following the tutorial at https://doc.nuxeo.com/nxdoc/how-to-add-new-fields-to-the-user-profile-or-group-profile/ Where it shows how to override the default user ...
  0 votes
  1 answers
  1 comments
  2127 views

Is there a way to append vocabulary entries using extension point or script? I know that I can add new entries in the Web UI manually, but I need to append new entries in already existing vocabulary by my custom bundle. This bundle will be deployed ...
  1 votes
  1 answers
  1 comments
  1050 views

Hello Dears i use studio UI and i declared Layout Blocks then i import it into view of document type Browser network type --------------- ui/forms/my-goelement.html 401 (Unauthorized) -------------- i see that is easy problem how i can configure my ...
  0 votes
  1 answers
  1 comments
  809 views

With JSF UI, adding custom fields was very easy because a group layout existed ready to be overridden and customized. However with Web UI, the group fields are all hardcoded in the nuxeo-group-management elements and its children. Is there a new ...
  3 votes
  2 answers
  2 comments
  1180 views

  1 votes
  1 answers
  1 comments
  893 views

In “Default search” I can find documents by words that appears in their content. In “Quick search” doesn't appears any document if I search with the same words. Nuxeo documentation says that “Quick search” is a full-text search ...
  0 votes
  1 answers
  2 comments
  1285 views