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

Resolved! How to remove Common metadata section from Summary Tab

I have created my own document type with my own schema using Nuxeo Studio. I have defined Creation and Edit Layouts. My document is extended from Nothing but it inherits dublincore schema Now I want to get rid of this default schema as I have my own...

Resolved! smart search

Bonjour, j'ai installé le module smart search sur ma plateforme 5.6 et je souhaiterais savoir s'il est possible de restreindre la recherche intelligente aux "manager". Si c'est possible, comment procéder ? Merci

vjoussot_ by Star Contributor
  • 889 Views
  • 3 replies
  • 1 kudos

Automatic creation of user workspace

Hi, I'm using a portlet that gives a simple web access to Nuxeo using CMIS. Users are supposed to store documents in their personnal workspaces. Unfortunately, User Workspaces are created on the fly when trying to access it through the UI so that, in...

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
  • 712 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
  • 640 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
  • 1184 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
  • 1704 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
  • 2169 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
  • 444 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
  • 461 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...