LTS2021


Related Questions
Hello, Is it possible to update the document name (not the title) and path ? Regards.
  0 votes
  2 answers
  5 comments
  984 views

Hello, I created a custom Operation to execute some code after folder creation. Is there a way to get the creation “source” from DocumentModel input ? If it's web ui or java client ? Regards.
  0 votes
  0 answers
  0 comments
  593 views

Hello, I created a event handler to be executed after document creation. It works for type Domain, WorkspaceRoot and Workspace. It executes a custom chain with 2 operations : Context.FetchDocument then Database.InsertData (my custom operation). When ...
  0 votes
  1 answers
  0 comments
  900 views

Hello, How can I add a custom code on application shutdown event ? Regards.
  0 votes
  0 answers
  0 comments
  530 views

Hi. With nuxeo-drive: I did not find how to synchronize folders of the same tree, independently of each other. Has anyone already done? Would it even be a track? Thank you. French : Bonjour. Avec nuxeo-drive : Je n'ai pas trouvé comment faire pour ...
  0 votes
  1 answers
  0 comments
  747 views

I could not download repositories from https://maven-eu.nuxeo.org/ anymore (today, Feb 07, 2022). The SSL Certificate is expired 5 days ago (Wed, 02 Feb 2022 23:59:59 GMT). As a workaround, I had to switch from https to http. If you are using a ...
  2 votes
  0 answers
  1 comments
  983 views

Does anyone have an example of a working configuration with nginx reverse proxy? What is wrong with the configuration below? server { listen 80; server_name nuxeo.myserver.com; return 301 https://$host$request_uri; } server { listen 443 ssl; ...
  0 votes
  2 answers
  1 comments
  1095 views

After sharing a document with an external user without login, the email is sent correctly to the recipient, however, when clicking on the email link, you are always redirected to the login screen. It is not possible to view the document without ...
  0 votes
  2 answers
  0 comments
  1014 views

When Nuxeo Drive attempts to update to version 5.2.8 the following error pop's up… User account is administrator and has full access to install programs.
  0 votes
  2 answers
  0 comments
  879 views

What is the best way (if any) as an external user, to know the build version of a running instance with only Web-ui, user or Administrator access? Is there any hint hidden in the Web-ui? Is there a simple HTML GET that will provide this? I ...
  0 votes
  2 answers
  0 comments
  889 views

We've got an issue with stratup nuxeo. It's fblock to postgre connexion: Could not run configuration: Unable to check configuration for backing service: postgresql But if I can connect directly by psql client it's ok ...
  0 votes
  2 answers
  0 comments
  1292 views

I have issue with nuxeo. When I start it I have null pointer exception 2021-11-16T13:24:29,494 WARN ...
  0 votes
  0 answers
  0 comments
  670 views

Docker Desktop (Win10) v4.0.1; fresh pull of docker-private.packages.nuxeo.com/nuxeo/nuxeo:2021 yields v2021.8.6; New Studio Trail package registered, CLID provided and -e NUXEO_PACKAGES=“nuxeo-web-ui nuxeo-platform-getting-started” as shown in ...
  0 votes
  2 answers
  4 comments
  1271 views

Hello, I'm having trouble with Adobe CC Connector. Here is my problem : I currently own Adobe Photoshop 2021, however when installing the client plugin, the Nuxeo extension is not showing in the window tab. I know that the plugin is not normally ...
  0 votes
  3 answers
  2 comments
  783 views

Hello, I'm having trouble getting LDAP ActiveDirectory authentication to work on my Nuxeo Server instance (I configured the options using the nuxeo.conf file) on Linux The error message in the web interface is “Failed to connect to authentication ...
  0 votes
  1 answers
  0 comments
  1031 views

Is there an easy way to hide the nuxeo-document-create-button element so that it only shows when viewing a folderish document? We would like to disable the element in WebUI so that it doesn't show for other types of documents as it can sometimes ...
  0 votes
  1 answers
  1 comments
  1098 views

Hi, I have a question about Nuxeo Retention Management addon and creating retention rule (https://doc.nuxeo.com/nxdoc/nuxeo-retention-functional-overview/#create-a-retention-rule). On the printscreen there is RETENTION POLICY APPLICATION section and ...
  0 votes
  1 answers
  0 comments
  767 views

Hi All, I try to use addon Nuxeo Retention Management addon version 2021.0.0 https://doc.nuxeo.com/nxdoc/nuxeo-retention-management/ in my nuxeo 2021 and when I try to put documents under retention from a result list ...
  0 votes
  2 answers
  0 comments
  900 views

Hi all, i have enabled the one drive in Nuxeo lts 2021. but when i tried to upload a file the onedrive button is not displayed in the upload menu context. where i am able to see the onedrive button in lts 2019. thankyou
  0 votes
  1 answers
  1 comments
  773 views

Hi, Please let me know where can I locate nuxeo-vhost.conf file. I am trying to implement security recommendations stated here “https://doc.nuxeo.com/nxdoc/security-recommendations/” Thanks, Baranidaran M
  0 votes
  0 answers
  0 comments
  825 views

Hi, For user/group schema, directory display all users and groups. But I want to display a specific list of users and group. I Try to create a user page provider but I don't which is the appropriate querry and predicates. Could you help me Thanks
  0 votes
  1 answers
  0 comments
  882 views

Hi, I was trying to display the list of my document children following this HowTo :https://doc.nuxeo.com/nxdoc/how-to-display-children-documents-listing/ The obtained result does not correspond to my expectations : The filter doesn't work and the ...
  0 votes
  1 answers
  2 comments
  965 views

Hi, I want to get a file from an existing document (Type: New-Workspace) and to attach it to another document (Type: Project) using an automation chain ( Please see attached document) when I create a new project I receive an error message (Please ...
  0 votes
  1 answers
  0 comments
  898 views

Does anyone know where to get the latest theme files for the light and dark themes as seen on: https://doc.nuxeo.com/design/light-theme/ https://doc.nuxeo.com/design/dark-theme/ They look much better than the current themes (even seen on ...
  0 votes
  1 answers
  0 comments
  794 views

Hi, I have a structure template “Operation” and a group “DOP”. I add a new ACL that grant “Read” permession for “DOP” on the “Operation”. I reload and I restart nuxeo server then I check the Obtained Result : DOP' memebers don't have permession to ...
  0 votes
  2 answers
  0 comments
  772 views

Hello, Is it possible to create a new external template from my studio project
  0 votes
  1 answers
  0 comments
  740 views

Hello everyone, I am currently trying to add a new attribute of type “ vocabulary ” to the user profile. I followed the following documentation: # HOWTO: Add New Fields to the User Profile or Group Profile , for a field of type string everything is ...
  0 votes
  1 answers
  0 comments
  1078 views

Hi, is there any plugin to preview autocad files in nuxeo LTS 2021 ?
  0 votes
  2 answers
  0 comments
  1075 views

Hi everybody!, I'm attempting to add a new property to the user profile. I followed the documentation # Add New Fields to the User Profile or Group Profile and made the required changes in nuxeo studio, then, I performed a hot reload, and restarted ...
  0 votes
  1 answers
  3 comments
  835 views

Hi, I am trying to configure saml authentication for nuxeo server. I created the required config files and the usermapping through javascript. I observed that the user is getting authenticated through the IDP and also the user is getting created in ...
  0 votes
  0 answers
  1 comments
  831 views