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

Forum Posts

Resolved! How can I configure Postgresql schema in Nuxeo.conf

I have configured PostgreSQL DB in nuxeo.conf using below configurations. Nuxeo is using public schema of Postgres. nuxeo.db.name=sample nuxeo.db.user=admin nuxeo.db.password=password nuxeo.db.host=localhost nuxeo.db.port=5432 How can I configure cus...

how to add custom fields to nuxeo-invite component

I've user directory with custom fields added for instance "area", when i create a new user and set his password it works fine and the field "area" is present but when i create a new user without setting his password the "nuxeo-invite" is launched and...

jibanez by Champ in-the-making
  • 1302 Views
  • 2 replies
  • 0 kudos

Test Failure

Hi I have written test classes @RunWith(FeaturesRunner.class) @Features({PlatformFeature.class,AutomationFeature.class}) @Deploy("org.nuxeo.ecm.core.schema") @Deploy("org.nuxeo.ecm.actions") @Deploy("org.nuxeo.ecm.automation.core") @Deploy("org.nuxeo...

Search in the current folder only

Hi there, I have a relatively simple requirement: search for documents under the current folder. A similar issue has been discussed here, but I think I am missing something. I am using WebUI, so query parameters in the modeller are not there for me (...

type an image title pageprovider
michal_m by Confirmed Champ
  • 2543 Views
  • 3 replies
  • 1 kudos

Oracle 19 support in Nuxeo LTS 2017

Hello, I am working with nuxeo LTS 2017 right now and I am using Oracle as VCS. I have seen that the supported version for this nuxeo’s version is Oracle 12c. However, I want to know if it is possible to use Oracle 19. Is it? Can I work with nuxeo LT...

Rodri_ by Star Contributor
  • 1634 Views
  • 3 replies
  • 1 kudos

Rest API with Ajax

Hi, I want to get data from REST API with Ajax. Can I get the information of several files in the folders or the information of several folders at once?

u_sunnamu by Champ in-the-making
  • 710 Views
  • 1 replies
  • 0 kudos

Bug lorsque suppression corbeille

Bonjour, Lorsque nous souhaitons supprimer définitivement les éléments de la corbeille, il y a un bug et nous supprimons l'accès à tous les documents, plus aucun ne devient visible. Nous ne pouvons donc pas supprimer les éléments de la corbeille, ce ...

Trying to make SAML2.0 SSO work with Azure AD

Hello. Ok so here is the configuration from my very test environment: Dockerfile: FROM nuxeo:10.10 COPY nuxeo.conf /etc/nuxeo COPY saml-authentication-config.xml ms.xml authchain.xml /opt/nuxeo/server/nxserver/config/ COPY log4j2.xml /opt/nuxeo/serv...

Document type extends from OrderedFolder

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 sh...

Work Flow Variable

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 -r...

Resolved! Slot redefinition

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 r...

Populate Multiple fields with document suggestion results

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 ca...

Error configuring multi-level classpath in Nuxeo

Hi, I am trying to configure the classpath /internal/nuxeo according to the documentation: Modified nuxeo.conf with org.nuxeo.ecm.contextPath=/internal/nuxeoRename ./templates/common-base/conf/Catalina/localhost/nuxeo.xml.nxftl to ./templates/common-...

Resolved! Directory suggestion widget in user edit layout won't show label

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 t...

The selected item is missing the label
a_c by Confirmed Champ
  • 1726 Views
  • 1 replies
  • 0 kudos

Resolved! WEB UI: How to sort items in the table view by Title

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 newest...

type an image title