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
  773 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
  749 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
  913 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
  759 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
  1255 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
  914 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
  1223 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
  1130 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
  956 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
  3166 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