Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Thumbnail rendition url downloading as Small

Hi all, I am trying to access a thumbnail URL from a response I got from API. For an image that is shipped with nuxeo-dam, I am getting this response: "{"thumbnail":{"url":"http://192.168.0.15:8080/nuxeo/api/v1/repo/default/id/d536e245-0c25-4be1-a44...

Resolved! Nuxeo Drive client 4.x asking to downgrade to 3.x version

My nuxeo servers are on http (not https). Nuxeo Drive client's version is 4.2.0. The Nuxeo Drive client works fine with a local machine nuxeo server, but it gives an error on a distant server: it demands to install the 3.x client version. Is this rel...

promanov_ by Star Contributor
  • 1334 Views
  • 3 replies
  • 0 kudos

Resolved! Error while configuring multiple repositories

I want to create second repository in Nuxeo Multiple Repositories Configuration as given in the documentation, I have updated nuxeo.conf file also updated datasources-secondrepo-config.xml and `repository-secondrepo-config.xml. Following are the conf...

Show columns in view layout with custom properties

Hi! I would like to add custom columns in my folder layout view, with a property of a custom schema. I tried this: <nuxeo-data-table-column name="My custom property" field="custom:property"> <template><span>[[item.properties.custom:propert...

sonia-c by Champ on-the-rise
  • 1096 Views
  • 2 replies
  • 1 kudos

web ui

i wanna add right side icon as nuxeo search , browse and add action to it to open specific page

Resolved! NuxeoDrive and PyQt dependencies

Hi, since i upgrade Ubuntu to the last release : 16.10, i can't launch ndrive anymore. I'm using Ubuntu 16.10 and PyQt4 webkit is no longer supported. Anybody found a solution for this ? Here is the logs : ERROR nxdrive.commandline Error executi...

jeremie_ by Confirmed Champ
  • 2211 Views
  • 5 replies
  • 0 kudos

Resolved! can&apos;t install a new version of nuxeo drive client on ubuntu.

Hi, I just try a new install of nuxeo drive client under ubuntu 16.04 and 17.04. I go through the installation process without problem but the ndrive command is not responding. i go a little further and there is nothing on /usr/local/bin folder. any ...

jeremie_ by Confirmed Champ
  • 2056 Views
  • 4 replies
  • 0 kudos

nuxeo-drive 3.1.0 installation on ubuntu fails

Installation of ndrive 3.1.0 or 3.1.1 fails with the message : Cloning https://github.com/nuxeo/nuxeo-drive.git (to revision release-3.1.0) to /tmp/pip-req-build-R7lGAk Complete output from command python setup.py egg_info: Traceback (most recent cal...

nuxeo-drive not working after ubuntu Bionic upgrade

nuxeo-drice was working aerfectly. V 3.0.3 After moving my workstation from ubuntu 16.04 Trusty to 18.04 Bionic, nuxeo-drive crashes at startup with the message : File "/usr/local/lib/python2.7/dist-packages/nxdrive/manager.py", line 16, in from PyQ...

Resolved! Is it possible to refresh a page with polymer ?

Hello, I have a simple question, is it possible to refresh a page with polymer when clicking a button ? For example, in the _ok function of my form I would like to refresh my page. Thanks !

Maxime_ by Confirmed Champ
  • 1083 Views
  • 2 replies
  • 1 kudos

Trash a Document using java-client

Hi, How do I trash a document before it is deleted using nuxeo java client. I have used nuxeoClient.repository().deleteDocument(docId); method which delets the document permanently but I wanted to trash the document first before deleting permanently....

Resolved! Java Client - get sub folders

Hello, Is there a method to get the subfolder list of a folder by its id ? I found the repository().fetchChildrenById(id) method but it returns all documents (documents and folders). In the UI, nuxeo is calling this url when we disclose a node in the...

Error on permission tab

Hello Team I am getting below error while clicking on permission tab of some folders and not showing "New" button to add permissions. Attaching the snap for the same ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2019-09-09 17:38:54,231 ERROR...

Resolved! Changing ecm name in automation chain

Hi, I was wondering how you change a document name from an automation chain? I am trying the following, but running into an error: - Document.SetProperty: xpath: "ecm:name" value: "testNewDocName" When this chain executes, I am met with the ...

Restaurer un document supprimé

Bonjour, Comment on peut restaurer un doucement supprimé sur nuxeo web-ui ? On trouve pas la corbeille comme celui en jsf-ui. Il n'y a que "supprimer définitivement" en web-ui ? Merci de votre aide. Cordialement,

Nuxeo_Dev by Confirmed Champ
  • 1587 Views
  • 7 replies
  • 2 kudos

Override Nuxeo elements

Hello community, I want to have an idea about overriding nuxeo WebUi elements on Nuxeo Studio. Is there a simple way to override existing bottons (dom-modules) from RESOURCES tab in the design mode of nuxeo studio. I read documentation on https://doc...

Resolved! Changing the transaction timeout

My application has some processing that takes a long time (it can be an import, an export, a complex document tree creation, etc.) that provokes an automatic transaction rollback because it is too long and the transaction goes in timeout. So the proc...