10.10


Related Questions
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
  1697 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
  1100 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
  1640 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
  1725 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
  1111 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
  996 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
  2049 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
  1485 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
  2125 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
  1047 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
  806 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
  1177 views

  1 votes
  1 answers
  1 comments
  890 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
  1284 views