10.10


Related Questions
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
  1730 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