LTS2019


Related Questions
Hello, I redefined a slot which already exists in Nuxeo web ui (like for example the tab view) while putting priority = 1 in the “nuxeo-slot-content”. I manage to see my modifications by opening a web session ui but if I open a new ognlet (with the ...
  0 votes
  1 answers
  1 comments
  1305 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
  1267 views

Hello, I want to know how i can hide or delete the default summary tab. Thanks.
  0 votes
  1 answers
  0 comments
  902 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
  795 views

Hello, Is there a way to not list the documents with the facet “HiddenInNavigation” in the result of nxql. Scenario: 1- Add the “HiddenInNavigation” facet dynamically (via a operation which calls the 'document.addfacet' method). 2- search via the ...
  0 votes
  1 answers
  1 comments
  1369 views

Hello, I got an error when I set the “id-property” attribute of “nuxeo-document-suggestion” to “ecm:path” knowing that it works with “ecm:uuid” or “dc:title”. Erreur: nuxeo-app.html:70744 Uncaught (in promise) Error: invalid item Do you know how it ...
  0 votes
  1 answers
  0 comments
  1136 views

<schema>fileTags</schema> <idField>id</idField> <table>fileTags</table> <dataSource>java:/nxsqldirectory</dataSource> <dataFile>directories/nature.csv</dataFile> ...
  0 votes
  1 answers
  0 comments
  1086 views

Hello, I developed an operation that takes as parameter a documentModel (it is a param and not the input). I noticed that Nuxeo adds the prefix “default:” in documentModel type metadata. As an example: suppose I have a document with dc: description ...
  0 votes
  1 answers
  0 comments
  987 views

We have created some plugins and deploy those plugins on nuxeo local server. How to debug the plugins deployed on nuxeo local server with debugger points
  0 votes
  2 answers
  2 comments
  2163 views

I have created some plugins which i have deployed on nuxeo local server. I have created another simple spring boot project which will call rest api like String createDocumentUrl=“http://localhost:8081/nuxeo/api/v1/document”; return ...
  0 votes
  1 answers
  0 comments
  962 views

Hi, Anyone knows how to retrieve the permissions of an user in a document ( inside a script) I try to use currentUser but it can only get the name, username.. and more properties that doesn't help me. Also I try with the operation hasPermission but ...
  0 votes
  1 answers
  0 comments
  837 views

Hi, I'm having a problem with the view-layout in nuxeo-designer. I had a document created and I attached a file to it. All correctly done it. I did it with the nuxeo-document-attachment component, but when I'm in the view mode I wrote this; and I ...
  0 votes
  1 answers
  0 comments
  1427 views

Hello, I am trying to add a canAskForPublish permission to a speficic user group that will manage the publishing of documents. I added a section inside the default section generated by the default configuration section and tried to add that ...
  0 votes
  1 answers
  1 comments
  1106 views

We've configured Nuxeo to manage users in multi-directory mode and groups from Nuxeo database only: nuxeo.directory.type=multi nuxeo.ldap.user.readonly=true nuxeo.user.group.storage=multiUserSqlGroup nuxeo.ldap.binddn=CN=queryUser,OU=Company ...
  0 votes
  2 answers
  1 comments
  1913 views

We implemented the authentication “SSO with Portal” as detailed in the documentation step by step but it is as if our configuration file is inconsiderate by the server however in the logs of the server when doing deploy in the same figure the file * ...
  1 votes
  0 answers
  3 comments
  1748 views