Development
I offer output version of the page on web ui.
0 votes
0 answers
0 comments
1140 views
Can I turn off the redirect 302 when I use PROXY_AUTH?
0 votes
1 answers
1 comments
1387 views
I'm working with audit search. Using the AuditQueryBuilder class. In the unit test environment, the following code… Calendar cal = Calendar.getInstance();
AuditQueryBuilder builder = new AuditQueryBuilder().predicates(Predicates.gte("eventDate", ...
0 votes
1 answers
0 comments
1416 views
Nuxeo does have direct link to file? I start server with pdf.js http://nxserver:8888/web/viewer.html?file=http://nxserver:8080/nuxeo/nxfile/default/304441d8-d56b-47dc-bcc5-7da766478935/file:content/BA007378.PDF requires authorization.
0 votes
1 answers
1 comments
1197 views
I want to make a request with “dynamic” properties fetch from my Java app with nuxeo 8.10. There is the declatation of my NuxeoDocument: <schema name="TestDocumentProperties" src="data/TestDocumentProperties.xsd" prefix="test" /> <doctype ...
0 votes
0 answers
1 comments
3698 views
Hi, I try to create a java client nuxeo, I followed this tutorial https://doc.nuxeo.com/nxdoc/java-client/, but i can't import “org.nuxeo.client.api”. it fails with an error : the import org.nuxeo.client.api cannot be resolved. Does anyone have any ...
0 votes
1 answers
3 comments
2557 views
When you update the docker image?
0 votes
1 answers
2 comments
1840 views
I am following below article to customize the Nuxeo WEB UI. Hope following page is up to date. https://doc.nuxeo.com/nxdoc/web-ui-customization-tutorial/ After performing all steps, when I am trying to build maven project, getting following error. ...
0 votes
0 answers
0 comments
1766 views
Hi :) I want to remove the NXQL and Faceted search in nuxeo .I have searched in the internet but i havent found any clue.Can someone help me please?
0 votes
0 answers
0 comments
1634 views
Hi , While calling Blob.AttachOnDocument api getting error. My code HttpAutomationClient client = new HttpAutomationClient("url"); Session session = client.getSession("myuser","mypassword"); File dummyFile = new File(myfilepath");
Object request = ...
0 votes
0 answers
0 comments
2114 views
Hi everyone, I, Nuxeo Studio, Layout Widget Editor, I chose Multiple users/group suggestions. In Edit properties, Group Id Restriction , I would specify Active Directory groups, but I don't know what separator I have to use between each. I tryed ; , ...
0 votes
2 answers
0 comments
1356 views
I need to manipulate the search results. I'm changing the widget nuxeo-results used in the widget nuxeo-default-search-results. <nuxeo-results name="default" nx-provider="[[nxProvider]]" selected-items="{{selectedItems}}" display-mode="list"> ...
0 votes
0 answers
0 comments
1653 views
is there any commenting function?
0 votes
1 answers
0 comments
1493 views
I have a user with member groups access. When I create Document, I can't see vocabulary 1. Request URL:
http://xxx:8080/nuxeo/api/v1/automation/Directory.SuggestEntries
2. Request Method:
POST
403
0 votes
0 answers
0 comments
1580 views
This is a consistent behavior - a class contains several unit tests - each test inserts a few documents, then performs some manipulation on those documents. The class is declared thus: @Features({PlatformFeature.class, ...
0 votes
0 answers
1 comments
1631 views
Hello everyone, Do we have any possiblities to filter out the document types that one can create based on his permissions ? For example I want to allow Member to create only basic documents in a folder, like Audio, Note or File, where as ...
0 votes
2 answers
1 comments
2034 views
This product is not open source. It can not be used in production. You will not be able to add custom types and custom workflows. :(
0 votes
3 answers
5 comments
2561 views
Bonjour. J'ai créé un format de document AltCNRS_Docs. Pas moyen d'afficher les méta-données de ce format dans les colonnes de résultat. J'imagine qu'il faut faire quelque chose dans studio, mais je n'ai pas trouvé quoi. Si quelqu'un peut m'aider, ...
0 votes
1 answers
0 comments
1490 views
Does anyone have the docker-compose for a production server?
0 votes
0 answers
0 comments
1282 views
Hi we are creating our own system on top of nuxeo using its backend. The problem that i am struck in is that i want to do nested query search in nuxeo . Is it possible through page providers so far i didnt get any thing related to that . if some one ...
0 votes
1 answers
1 comments
1890 views
What is it?
0 votes
1 answers
0 comments
1660 views
there is a running review document process with 5 users, can I delete one user?
0 votes
0 answers
0 comments
1239 views
I just added 2 filter with the relatives aggregators with 2 different doctype in nuxeo-default-search-form and everithing works correctly. I didn't show a field in the search results, I don't know WHY. this field is showed correctly with common ...
1 votes
1 answers
1 comments
2615 views
Hi everyone, My apologies for a question wich, I guess, is a noob question :) I created a Document Type, with differents fields for creation layout. This document type extends Folder. Can you tell me how I can dynamiquely generate the name of my ...
0 votes
3 answers
1 comments
2008 views
Hi, While starting server I am getting following error . ulerService notification of application started failed: null
java.lang.NullPointerException
at com.novemberain.quartz.mongodb.util.Keys.toFilter(Keys.java:58)
at ...
0 votes
1 answers
0 comments
3576 views
When i start approval workflow with selected users, after can i add new users to current process?
0 votes
1 answers
2 comments
1495 views
Hello All, I want to cutomize the nuxeo pages which I have listed below for startup redirection I have attached two files below. I am putting and customizing 1_view_home.xhtml which I have created as a sample. I am changing and replacing the path of ...
0 votes
0 answers
0 comments
1567 views
Hello, A newbie question: how can I pass parameters to NXQL request of a Page Provider via WebUI Designer ? I'm trying to create a customized content view for a Folderish document. I created a Page Provider in Nuxeo Studio Modeler as follows: Then ...
0 votes
1 answers
2 comments
10005 views
Hello, So far I know rather a lot about using Nuxeo Studio with JSF UI, but the latest project that I am working on is targeted to use exclusively WebUI, which I don't know well yet. So, the question is pretty much dumb: how do I deactivate “Create ...
0 votes
1 answers
3 comments
2180 views
Hi, I want to merges blobs but when I try `nuxeoClient.operation('Blob.ConcatenatePDFs') .params({ filename: fileName }) .input(blobList) .execute() ` , I get ...
0 votes
5 answers
4 comments
4629 views