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

Forum Posts

Nuxeo LTS 2025 Layouts Global CSS

Hi,I have a Nuxeo LTS 2025 WebUI studio project that I deploy to a Docker container, I have been able to style document layouts as well as layout blocks individually but I am unable to find where I can create/add a global css of classes that I can th...

Virtual Navigation on parent with multiple children

Hello, I have a parent vocabulary with several children, and i want to add this vocabularies to the virtual navigation tree. I created the extension point : <extension target="org.nuxeo.ecm.webapp.directory.DirectoryTreeService" point="trees"> ...

François_ by Champ in-the-making
  • 399 Views
  • 0 replies
  • 0 kudos

afficher contenu nuxeo-checkmark

Bonjour, Je suis en train d'apprendre à utiliser Nuxeo. J'ai créé un formulaire qui contient des nuxeo-checkmarks qui sont des groupes avec différentes addresses de mail. J'aimerais savoir si c'est possible afficher les addresses qui sont dedans le g...

How to make a query (filter) on vocaburay entries

Hello, I use nuxeo LTS 2019. From a PHP app, i want to list vocabulary entries (for example 'country') using the REST API curl -X GET 'https://demo.nuxeo.com/nuxeo/api/v1/directory/country?' -H 'X-Authentication-Token: 29f5cece-f25d-425c-a6f1-a528a77...

pnux_ by Confirmed Champ
  • 545 Views
  • 2 replies
  • 0 kudos

[BUG] Toggle Full Screen several times

Hello, Some problems occur when playing with the "Toggle full screen button" when editing a note. A new modal window is opened with the content. /> When closing this window the text area with the document content disappears. /> When clicking a second...

François_ by Champ in-the-making
  • 334 Views
  • 0 replies
  • 0 kudos

Resolved! Unable to upgrade nuxeo 8.10 to LTS2017

Hi, I want to ipgrade my nuxeo platform from 8;10 to LTS 2017. I follow theses instrcutions but I have an issue about authentication on apt-get update. ecture des listes de paquets... Fait W: Erreur de GPG : http://apt.nuxeo.org xenial Release : Les ...

freemann_ by Star Contributor
  • 558 Views
  • 1 replies
  • 0 kudos

Resolved! It seems there is a tiny bug in UserRegistration

Hi, I think there is a little coquille there. <extension target="org.nuxeo.ecm.core.lifecycle.LifeCycleService" point="types"> <types> <type name="UserInvitationContainer">default></type> <type name="UserInvitation">registrationRequest</typ...

JSF-UI : 404 errors when loading js files

Hi, I built the LTS2016 - JSF UI platorm from the sources, with the last hotfix HF42, and since then appeared 404 errors when loading some javascript files. This malfunction happens on certain actions, like the preview, and the user is returned to th...

REST API deos not return results that NQXL search deos

hi i'm facing an issue with the REST API, it works randomly, sometimes it returns the results im excpecting, but other time i got no result for query that are working in NXQL search for example here is a url i'm testing: https://mynuxeo/nuxeo/api/v1/...

Is it a typo in the Webengine documentation ?

In this documentation, you tell: UserSession userSession = WebEngine.getActiveContext().getUserSession(); Principal principal = userSession.getPrincipal(); CoreSession session1 = userSession.getCoreSession(); CoreSession session2 = userSession.getCor...

Is it possible to make a template for permissions?

We can set permissions on a document from the permissions tab. There we get a dialog box asking us for the users/groups, permission type and time range. Suppose, I want the permission as {users/groups : user1,user2,user2, access : read, time_range : ...

Addon Office Online Integration (edit with MSOffice 365)

Hi. I have a doubt related with the addon: Nuxeo Office Online Integration (https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-wopi?version=1.0.1). In the Official page appears as "Public" (https://doc.nuxeo.com/nxdoc/nuxeo-add-ons/) but ...

Paul_Smith by Champ on-the-rise
  • 440 Views
  • 1 replies
  • 0 kudos

Resolved! Endpoint for fetching acl

I have been looking for the nuxeo endpoint which grabs the response for displaying the permission on a document/workspace etc in the Permissions tab in UI. I saw here that the acls are fetched via a GET call with response as given here,: { "entity-ty...