Development


Related Questions
Hello, Is it possible to create a new external template from my studio project
  0 votes
  1 answers
  0 comments
  672 views

Hi, In the nuxeo Web UI, in the add content layout the standard view is “create” I'd like to change that to “import”. So that when you add content your first option will be to import. Thanks!
  0 votes
  0 answers
  2 comments
  794 views

I would like to disable the option to make a “video” content type in the options menu for creating content in the WebUI. I was wondering if there's an easy way to just hide some of the options in the web ui create content menu? Thanks in advance!
  0 votes
  1 answers
  1 comments
  720 views

I am trying to change the contents of the search slot in the web ui side panel. I'd like to just hide the possibility to search on Modification Date, or the Nature dropdown. Does anyone have any experience with this or any idea how to approach this?
  0 votes
  1 answers
  1 comments
  729 views

Hello, The GitHub Security Lab team has found a potential vulnerability in Nuxeo. Please, let us know how to report the details privately. Alternatively , create a GitHub Security Advisory and invite me (pwntester) in to further disclose and discuss ...
  0 votes
  1 answers
  0 comments
  673 views

Hello, I tested the bulk action in nuxeo based on the doc https://doc.nuxeo.com/nxdoc/1010/bulk-action-framework/. I have succeeded in creating and launching my specific action. My problem is that the bulkstatus is still on scheduled knowing that my ...
  0 votes
  1 answers
  0 comments
  906 views

Hello, I want to share my problem with you and hope someone can help me. I ran a csvExport on about 800 documents, it took a little while to complete but eventually I got my csv file. Except that the next time you start nuxeo, I got the following ...
  0 votes
  0 answers
  1 comments
  691 views

Hello, I want to process a large number of documents (around 3 million). The process consists of updating a metadata of each document from another metadata (so I will need to do a read and write from the database). For that, I was thinking of using ...
  0 votes
  2 answers
  1 comments
  880 views

Bonjour, J'ai un problème avec mes requêtes NXQL, en effet je cherche à effectuer une recherche sur un champ (dc:title par exemple) qui ne soit pas sensible à la casse depuis une application développée avec Django et utilisant l'API Python de Nuxeo. ...
  0 votes
  0 answers
  0 comments
  965 views

my code doc = repository.timeout(60).readTimeout(60).writeTimeout(60).createDocumentByPath(pathDoc, doc); Exception is org.nuxeo.client.spi.NuxeoClientException: Error during call on Nuxeo server at ...
  0 votes
  0 answers
  0 comments
  1115 views

In a automation chain i have : - Context.SetVar: name: vReferenceNeutre value: "@{Document.getProperty(\"dec:xNoAz/sValeur\")}" What is the syntaxe of Document.getProperty to get the first sValeur for a property with multiple value as : ...
  0 votes
  1 answers
  0 comments
  906 views

This is related to a question I posted a few weeks ago, https://answers.nuxeo.com/general/q/2b7e0103f3a84092af278beb46e2dbbf/Can-I-hide-Empty-Trash-from-some-users. We wanted to hide the “Empty Trash” button from everyone that is not an admin. The ...
  0 votes
  3 answers
  0 comments
  798 views

Hey Guys, I would like to check whether a user is external or not, right now fetching the user there doesn't seem to be an easy way to check whether the user is external or not from the User object. Are there any ways to do this with the Java client?
  0 votes
  1 answers
  0 comments
  789 views

We have a custom doctype that was using the Nuxeo “default” lifecycle. We found that we didn't like the states of “project,” “approved,” and “obsolete,” so we created a new custom lifecycle called “simple” with the states of “active” and “inactive.” ...
  0 votes
  1 answers
  1 comments
  1147 views

hi, i have a problem with the OAuth 2 when i used the rest api just like the document first a create a new entry in the oauth2Clients directory, for instance with curl using this: curl -u Administrator:Administrator \ -H 'Content-Type: ...
  1 votes
  0 answers
  0 comments
  942 views