9.10


Related Questions
I'm trying to implement a default versioning policy as follows: On initial document creation - set the version to 1.0 Thereafter - increment the minor version number (1.1, 1.2, …) I have tried various combinations of: ... <policy id="test" ...
  0 votes
  1 answers
  3 comments
  1641 views

Our unit tests use the use the in-memory key/value store. We would like to run the same tests from the command line via maven - but use Mongo as the key/value store. We've configured local servers via templates to use mongo as the key/value store to ...
  0 votes
  1 answers
  1 comments
  1403 views

When components get reloaded they will stay in activated state and will not get started. The problem seems to be in ComponentManagerImpl.applyStashWhenRunning () where new components are activated in one loop, and then in the next “isStandby()” loop ...
  0 votes
  1 answers
  1 comments
  1292 views

Here i am getting docs value empty can anyone help me please…..PFB code. public void run() throws NuxeoException { String tenantDocumentPath = getOrCreateCPODocTypesForGlobalUsageMangementDoc(tenantId, session).toString(); DocumentModelList docs = ...
  0 votes
  0 answers
  1 comments
  1442 views

Hi people, I have created a nuxeo bundle to override some parts of nuxeo interface. I have been able to to change some icons (pdf, word, excell, workspace etc) but not section icon. I have replaced all icons of section but it does not appear in the ...
  1 votes
  0 answers
  0 comments
  1290 views

I want to use space characters in the options of <nuxeo-select role="widget" label="[[i18n('label.longsoft.category')]]" name="category" options=[["Free offer"],["Finace plan"],["Other document"]] selected="Other_document" ...
  0 votes
  0 answers
  0 comments
  1378 views

The Trash feature in Web UI was not part of 9.10 release. However, this feature has been developed for 10.1 Fast Track release. It includes: a new Trash pill/tab when browsing a Folderish document a new Trash Search to retrieve all trashed document ...
  2 votes
  0 answers
  0 comments
  1784 views

We're about to upgrade our database to PostgresQL 10.4 for Nuxeo Platform. Doc says that Nuxeo supports PostgresQL 9.6 but we'd like to know if the newest version of Nuxeo supports PostgresQL 10+ anyway. If not yet, is it going to be supported in ...
  0 votes
  1 answers
  1 comments
  1404 views

DirectoryCache uses put() function to add items to cache instead of localPut(). Using put() causes a “cacheinval” message to be sent and the key will be cleared from other nodes. When those nodes need to use the key they will do the same and clear ...
  0 votes
  1 answers
  3 comments
  1297 views

I have a requirement to remove a version from document history without removing the non-version of the document. The use case is: User adds content of interest to a document (v1) User creates a new version (v2) - removing said content of interest ...
  0 votes
  0 answers
  0 comments
  1178 views

Hi, Preview the document shows the blank pop-up. I looked at the JS script that activated the pop-up and used the url in a new browser tab. It is blank. https://[website]/nuxeo/site/api/v1/repo/default/id/[hiddeniD]/@blob/file:content/@preview When ...
  0 votes
  0 answers
  0 comments
  1240 views

CONTEXT: I would like to import scanned documents similar to the process described in this tutorial: https://www.nuxeo.com/blog/direct-document-capture-nuxeo-using-ephesoft-cmis/ where the variables captured by the scanning software can be mapped as ...
  0 votes
  2 answers
  0 comments
  1908 views

Hello, We have upgraded nuxeo to version 9.10. And Nuxeo starting is very slow , about 45 minutes to start ! We think that it provokes by the size of the data ( 145G) because we have a other application Nuxeo in version 9.10 with a smaller size of ...
  0 votes
  2 answers
  9 comments
  3271 views

Hi, In Nuxeo Studio, when I modified/added a document type in the Model, I could change the content layout for creation, view, and edit mode. Now, suddenly, when i open the document type to modify the content layout, it no longer shows me. I only ...
  1 votes
  2 answers
  0 comments
  1958 views

I have a create layout with a nuxeo-data-table and I would like to show/hide fields based on user input inside of the nuxeo-dialog but I am unable to. <nuxeo-data-table role="widget" items="{{document.properties.request:itemsToCreate}}" ...
  0 votes
  0 answers
  0 comments
  2047 views