nuxeo-platform
Hi everyone, I want to know how to cancel a event in code java. Thanks,
0 votes
0 answers
0 comments
1291 views
Hi people, I have created a nuxeo bundle to override some parts of nuxeo interface. I have been able to to change some icons (pdf, word, excell, workspace etc) but not section icon. I have replaced all icons of section but it does not appear in the ...
1 votes
0 answers
0 comments
1373 views
Hi, I have an action of type “bare_link”, and I would like to execute a javascript function when the user clicks on the link, so I can register the event on the Audit Logs. I've seen that bare_link type actions are supposed to have a property called ...
1 votes
1 answers
0 comments
1767 views
Hi, I want to retrieve lifecycle state of document before delete it. Anyone have a solution.
0 votes
1 answers
1 comments
1809 views
Hi community, I have created a test system with a Nuxeo community server and a PostgreSQL database. The test server works fine under my user account on a Suse Linux. Now I will generate a static war to deploy to a development server. The ...
0 votes
3 answers
0 comments
1447 views
Hi, The goal is to allow this deletion only if the articles have a “valid” or “aRediger” workflow status I tried to interceive with an event 'AboutToRemove' to perform some treatment but it does not work anymore. Can you give me some help.
0 votes
1 answers
2 comments
1760 views
Hi, I have some problems with caching of folder content in a single-node setup. It looks like the content of a visited folder is cached within each user session and not invalidated across sessions. The issue arises when user Alice adds a document to ...
1 votes
0 answers
0 comments
1353 views
Hello, since the next official release of Nuexo (LTS 2018) should include support for version 10 of the PostgreSQL database, can we estimate the release date of Nuxeo LTS 2018?
0 votes
1 answers
0 comments
1698 views
We're about to upgrade our database to PostgresQL 10.4 for Nuxeo Platform. Doc says that Nuxeo supports PostgresQL 9.6 but we'd like to know if the newest version of Nuxeo supports PostgresQL 10+ anyway. If not yet, is it going to be supported in ...
0 votes
1 answers
1 comments
1486 views
DirectoryCache uses put() function to add items to cache instead of localPut(). Using put() causes a “cacheinval” message to be sent and the key will be cleared from other nodes. When those nodes need to use the key they will do the same and clear ...
0 votes
1 answers
3 comments
1373 views
I have a requirement to remove a version from document history without removing the non-version of the document. The use case is: User adds content of interest to a document (v1) User creates a new version (v2) - removing said content of interest ...
0 votes
0 answers
0 comments
1240 views
Hi All, I am currently evaluating Nuxeo as the repository of our digital assets like image, audio and video files. One feature we absolutely require is the ability to create metadata via RESTful API calls. As far as I have understood, this is not ...
1 votes
2 answers
3 comments
2318 views
In the JSF user interface there is a bug and in the tasks dashboard a next button raises an error: Caused by: javax.servlet.ServletException: /widgets/actions/document_actions_widget_template.xhtml @12,16 ...
0 votes
0 answers
0 comments
1346 views
Hello, When viewing a document with an uploaded video binary on a Mac (in Chrome and Safari) the default video player frame size is much wider than the player shown on PC. In both cases, the aspect ratio of the video itself appears to be correct. ...
0 votes
0 answers
0 comments
1566 views
Hi, Preview the document shows the blank pop-up. I looked at the JS script that activated the pop-up and used the url in a new browser tab. It is blank. https://[website]/nuxeo/site/api/v1/repo/default/id/[hiddeniD]/@blob/file:content/@preview When ...
0 votes
0 answers
0 comments
1333 views