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 make a field mandatory depending on another

Hello, On the create view of one of my documents I have a list box with 3 values: a, b, c, and a date picker. I need the date to be set as mandatory only if a or b is present in the list box. I've been reading here and there about JSF and found that ...

How to limit file size

Hello.. I want to limit the size of the files you can attach to Nuxeo Documents.At the documentation i saw a way by modificating nuxeo.conf.I set the max size this way: nuxeo.jsf.maxFileSize=555557 This way you can not upload files bigger than the sp...

Resolved! How can I setup a SMTP server?

Hi, I would like to setup a local SMTP server to test if the notifications work correcly on my instance. How can I do that? Thanks, Manon

Nuxeo problem

Hello :) I have created a document type that represents the workplace for a specific group of users(Example Department HR).I have also created a button that takes you to your worplace depending on you permission.After logging in and pressing the butt...

WebIU : Empty the trash folder

Hi, I would just like to reproduce, in webiu, the action of emptying the trash of my workspace (workspace => Administration => Trash) thank you in advance Best regards Dominique

Graylog as Nuxeo audit logs backend

Hi all, I use to send (via logstash-gelf) nuxeo server logs to an external graylog server. I'd like to send nuxeo audit logs to this graylog server as well. Has anyone ever done that? Thanks for any idea Henri

Is it possible to hide the Nuxeo WebEngine website area?

I've noticed that there is an area in the website at the url "http://1.1.1.1/nuxeo/site". It seems to be auto generated content, and I was wondering if it's possible to hide this area from users who visit the website. I'm uncomfortable with it displa...

Karl_Wiens by Champ in-the-making
  • 325 Views
  • 1 replies
  • 0 kudos

Nuxeo template rendering

Hello .i am using Nuxeo Template Rendering .This feature works with Open Office documents but i am facing problems with Microsoft Office documents.I dont get it ..Is there a bug in Nuxeo Platform for this kind of documents?

Alphanumeric sort in view

Hello, I have a column with a value as "A2017-123", "A2017-99", "A2017-10", etc. In contentView Folder, i sort this column (last number to first number), but the default sort is alphabetic, so the values is displayed in that order : "A2017-99""A2017-...

Validator on Single Directory Suggestion

Hello, I have created validator as a custom property on a single directory suggestion, but it doesnt work. It works on text or others widget but in single directory suggestion it says property not found. Any idea? Thanks

Bora_ by Confirmed Champ
  • 251 Views
  • 0 replies
  • 0 kudos

operation timeout

An very long running operation raises an error: 2017-10-11 07:53:11,651 WARN [http-bio-IP-8080-exec-11] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] Exception in JAX-RS processing org.nuxeo.ecm.webengine.WebException: Failed to invoke oper...

adam_bo_ by Star Contributor
  • 715 Views
  • 4 replies
  • 0 kudos

Resolved! Access key

Hi:) I defined an action associated with an access key.The access key is shown when pressing shift+h..but the action isn't executed .This also doesnt work for default access keys .Any idea?

Attaching a property inside the Xml extension

Hello :) I have created a Nuxeo document that represents a configuration file .I have also created an event that is executed periodically using the Xml schedule extension.Inside the Xml schedule extension i have specified the cron expression.In the c...

"Read" Permission error

From a workflow task there is called a chain. It creates a new document and starts a new workflow on them. For two years it has worked well but very rare. Yesterday I was found that it stopped work and returned an error. ****** WebUI.Refresh ****** C...

adam_bo_ by Star Contributor
  • 846 Views
  • 2 replies
  • 0 kudos

Problem raising events in order to refreshUI

I set up an action in order to dynamically add a facet (including its own schema) to several standard doc types. The automation operation uses the AddFacet operation (backported to LTS2015). A custom tab is associated to my custom facet. The process ...