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

Benjamin Jalon

Hi Benjamin , Can you help me on this if possible as I am strucked for very long time bugging this. https://answers.nuxeo.com/general/q/7054219c208a4a7b8bd5d1a6ba9844ec/Nuxeo-annotation-in-another-portal Thanks and Regards, Pradeep P Bhat

Florent Guillaume

Hi Florent, Can you help me on this if possible as I am strucked for very long time bugging this. https://answers.nuxeo.com/general/q/7054219c208a4a7b8bd5d1a6ba9844ec/Nuxeo-annotation-in-another-portal Thanks and Regards, Pradeep P Bhat

page not found after every login and other actions

Hi, I've installed a Nuxeo 7.10 VM and applied the Hotfix until HF12. The instance is behind an HTTPS reverse proxy, with the X-Forwarded-Proto and nuxeo-virtual-host headers set. it works almost fine : everytime I log in, I get "Sorry page not found...

igardais_ by Champ on-the-rise
  • 672 Views
  • 3 replies
  • 1 kudos

dc:lastContributor is not updated to with customer name

I want to update dc:lastContributor with customer like below POST request: var data = '{"entity-type": "document", "name": "' + name + '", "type": "' + type + '", "properties": {"dc:title": "' + name + '", "dc:description": "","dc:lastContributor": "...

Create Domain

Hi, I am newer to Nuxeo. I had integrated it with custom Java Application using HttpAutomationClient. But I want to create a Domain using Java Code. I am not able to find a way to do that. Kindly help.

Dipen_Shah by Champ on-the-rise
  • 247 Views
  • 0 replies
  • 0 kudos

ORACLE rights needed for Nuxeo 6.0 user

Hi all We're installing nuxeo in an Oracle environment. As you can see here https://doc.nuxeo.com/display/ADMINDOC60/Configuring+Oracle There are many privileges that must be granted to nuxeo user in order to make it work. - CONNECT - RESOURCE - SELE...

How to report a bug

Hi people, I have noticed a bug in Nuxeo 7.10 which was present since the first release : Nuxeo 7.10 HF00. This bug has already been corrected in Nuxeo 5.8 but reappeared in Nuxeo 7.10. https://jira.nuxeo.com/browse/NXP-15291 So I want to report it i...

How to create several project in nuxeo studio

Hi people, I have 3 instances of Nuxeo platforms dedicated to different uses. One for the Open Archive. version used : Nuxeo 5.8 HF40One for the university staff to share the minutes of meetings, administrative documents etc. version used : Nuxeo 7.1...

Trouble with ldap dynamic groups

Hi all , We still use Nuxeo 5.6 connected to a ldap. Ldap manage users and groups (static and dynamic groups). Everything works as expected. We try to upgrade to the latest Nuxeo platform version LTS 7.10. I upgraded our 5.6 installation to 5.8 then ...

vicent by Champ in-the-making
  • 316 Views
  • 0 replies
  • 0 kudos

How to override "New permission" notification / alert ?

Hi all, I need to translate and override the notification mail sent when a new permission is given to someone. I have successfully override "documentPublicationApproved", "documentPublicationRejected", "documentPublished", "documentModified", "docume...

How to use Template Root with custom type

I created in Studio a custom doc type inheriting from workspace. TemplateRoot has been configured as a possible container for this new doctype. I can thus create such a doc under TemplateRoot. It does not appear in the template list on the workspace ...

REST API/NXQL Children of a Collection

Hi Normally one follows the recipe of querying a folder, get the UID and next issue a startswith on the ecm:path to get the contents of a folder (Workspace, Section). With Collections it is a different cookie: $query = "SELECT * FROM Document WHERE ...

olaf_ by Champ on-the-rise
  • 605 Views
  • 4 replies
  • 0 kudos

Customize BulkImporter

Hi all, I've customized our Bulk import form but I'm facing to issues with some fields. If I upload a PDF or ODT file, there is no problem but when I try to upload a txt file, there is an exception caused by fileds which. All fields which use a custo...