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

Problème sur les droits d'accès en recherche de document

Bonjour, De nombreux utilisateurs ont des erreurs quand ils lancent une recherche simple. On a constaté que en tapant certain mot, nuxeo recherche des documents pour lesquels l'utilisateur concernée n'a pas accès. De ce fait quand nuxeo renvoie le ré...

saliminam by Champ in-the-making
  • 673 Views
  • 2 replies
  • 0 kudos

Why do I get 'An error occured' when creating a workspace?

I downloaded the VMWare image of Nuxeo, nuxeo-5.7.2-vm.zip, just this week. I have not done much to it, certainly no code changes or customizations via Studio or anything of the like. I did install the Social and DAM modules. As the Administrator use...

utopian by Confirmed Champ
  • 588 Views
  • 2 replies
  • 0 kudos

Simple spreadsheet - easily updatable

Hello, We have a simple need on my project : to create / edit some simple spreadsheets For example, so as to book a meeting room. We basically need something like that : https://docs.google.com/spreadsheet/ccc?key=0AnoNwJdE8FNWdEhRdTY3LTF2c3EyXzdRZ3d...

Julien_A_ by Champ on-the-rise
  • 1093 Views
  • 5 replies
  • 0 kudos

Resolved! Is Nuxeo viable for my very small company with 15 users?

I’m evaluating Nuxeo as a replacement for a hosted SharePoint 2007 solution. My company is quite small, just 15 users. So I can’t afford 15k/year for Connect. If I understand things, that means I can’t use Studio, which seems quite central to Nuxeo u...

utopian by Confirmed Champ
  • 1591 Views
  • 7 replies
  • 2 kudos

onglet contenu

Bonjour, quelqu'un peut il me dire si, via syudio, on peut modifier l'onglet "Contenu" d'un document ? Et où peut on trouver les sources pour la parie "publication" située en dessous des méta données communes ? merci d'avance.

vjoussot_ by Star Contributor
  • 1984 Views
  • 16 replies
  • 0 kudos

Resolved! Merge several instances

Hi, several entities are running Nuxeo in different flavors (5.4.2, 5.6, ...). They share some extensions, but also have specific ones and even a studio project. These instances must now be merged : what are the easiest way to procede ? Can each data...

Resolved! How to resolve the 'too many rows in result'

I'm getting the SizeLimitExceededException when I'm calling the UserManager.getUserIds() method as soon as I get over 50 users. Here's the stack trace: [org.nuxeo.ecm.platform.usermanager.providers.UsersPageProvider] too many rows in result: 51 org.n...

auto-incrément

Bonjour, est il possible de créer une métadonnée de type integer qui soit auto-incremntable pour un type de document custom ? Si oui, comment cela se fait il ? Merci d'avance.

vjoussot_ by Star Contributor
  • 409 Views
  • 1 replies
  • 0 kudos

Resolved! ordering the directoryTree

I would like to know how I can impose a sort according to the vocabulary order element on the way a directoryTree is displayed. For example, in this code <extension target="org.nuxeo.ecm.directory.ui.DirectoryUIManager" point="directories"> ...

CMIS Query of unset multi-valued property

If dc:subjects is not set, am I correct that "quantified in predicate" (ANY dc:subjects NOT IN ('foo')) is FALSE? This is because at least one dc:subjects would need to exist that is not 'foo', right?

rg1_ by Star Contributor
  • 417 Views
  • 1 replies
  • 0 kudos

Save a document property value with a javascript value

Hi, I want to save a property value getted by javascript (a facebook access token given by the facebook login process) to the current document viewed. The document is in VIEW mode for this login action so i can't use the regular process for saving th...

Attaching "extra files" through REST API?

Using the REST API, I can successfully create a File document, and use Blob.Attach to upload the primary file for this document. Is there any way to attach supplementary files as well? I want to imitate the UI action of going to the "Files" tab, and ...

What is the difference between Acp: listUsernamesForPermission(String permission) and UserManager.getUsersForPermission(String permission, Acp acp) ?

Hello, I'm working on a workflow wich at its entry point select evey users having given permission on current document as assignees. I've tryed with the method UserManager.getUsersForPermission(String permission, Acp acp) on one platform and it's wor...

Resolved! Nuxeo and authbind?

Nuxeo-Platform version: 5.7.3 Fasttrack Server OS: Ubuntu 13.04 I am trying to bind Nuxeo to port 80 instead of 8080. In Ubuntu, a "user", in this case the nuxeo user, is not able to bind to ports lower than 1024. Enter the program authbind. I hav...