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

Forum Posts

Resolved! Nuxeo 9.3 or 9.10 Platform not showing various tabs

Unable to find various tabs of default Nuxeo Platform view of 9.2, not visible in 9.3 or 9.10. PFA for reference, items marked in yellow not available and by default always it opens up WEB UI GUI. Is there any settings need to be done in 9.3 or 9.10 ...

Publication workflow

Hi everyone, I created a publication workflow in witch, for a given document type, users have to follow a validation process before publication by is supervisor (users don't have the right to publish, only supervisors have). My trouble is : When the ...

How to provide a page provider

Hi :) I want to reuse nuxeo single document suggestion component.In "single_document_suggestion_widget_template.xhtml" i dont see a pageProvider property.Can someone help me please?

Don't build nuxeo-web-ui

Don't build nuxeo-web-ui. When i run npm install I get error npm ERR! code E404 npm ERR! 404 Not Found: @nuxeo/polymer-build@^2.0.0

kodermax by Star Contributor
  • 1380 Views
  • 11 replies
  • 0 kudos

unit test

This is a consistent behavior - a class contains several unit tests - each test inserts a few documents, then performs some manipulation on those documents. The class is declared thus: @Features({PlatformFeature.class, TransientStoreFeature.class}) @...

Eric_Ace by Confirmed Champ
  • 379 Views
  • 1 replies
  • 0 kudos

Firefox custom date displayed incorrect

Hello, I experience a strange error when showing a custom date attribute on a metadata view. Firefox always shows January 1, 1970. I'm using the nuxeo-date element: <nuxeo-date datetime="[[document.properties.my_schema:my_date_attribute]]" /> The st...

Nuxeo Generic Widget

Hi people :) I have defined a document type using Nuxeo Studio.In the create form of the document i have defined a generic widget(XXX.xhtml) that takes the values from a vocabulary field .Depending on the vocabulary id chosen i have to re-render ano...

Resolved! fetch document with portal_auth doesn&apos;t work.

this.nxServer = new Nuxeo({ baseURL: 'http://local:8080/nuxeo', auth: { method: 'portal', username: 'user', secret: 'nuxeo5secretkey' } }); this.nxServer.schemas('*'); this.nxServer.repository().fetch(id).then((response) => { console.log(response); }...

type an image title
kodermax by Star Contributor
  • 520 Views
  • 2 replies
  • 0 kudos

Import org.nuxeo.client.api cannot be resolved

Hi, I try to create a java client nuxeo, I followed this tutorial https://doc.nuxeo.com/nxdoc/java-client/, but i can't import "org.nuxeo.client.api". it fails with an error : the import org.nuxeo.client.api cannot be resolved. Does anyone have any i...

Nuxeo_Dev by Confirmed Champ
  • 581 Views
  • 4 replies
  • 0 kudos