11.5.147
We have a document structure like this: |-- Customer_ABC | |-- Project_1 | |-- Project_2 | | |-- Real_Document_4711 | | `-- Real_Document_4812 | `-- Project_3 | `-- Real_Document_987654 |-- Customer_DEFG `-- Customer_HI Customer_X and Project_Y are ...
0 votes
1 answers
2 comments
507 views
To build Nuxeo yourself you need python2, as explicit stated in the official docs : https://doc.nuxeo.com/corg/getting-the-nuxeo-source-code . Python 2 is EOL for more than nearly 3 years now and is not supported anymore on most Linux distributions ...
0 votes
1 answers
1 comments
408 views
I authenticate the Nuxeo users against an LDAP server (https://www.freeipa.org) which is essentially the Red Hat 389-directory server. The configuration of Nuxeo is done as described in https://doc.nuxeo.com/nxdoc/using-a-ldap-directory/ whereas I ...
0 votes
0 answers
0 comments
429 views
Whenever I do a query with NXQL I got the expected total size of the result set. If I try to retrieve the results, only the first 1000 are accessible. This behaviour is independent from the client I use (e.g. Python, Java). I have done some research ...
0 votes
2 answers
0 comments
632 views
I want to find all folders where special ACLs (Access Control Lists) are used. As a simple example, where a Read access is granted. Whenever I add such a condition (line 1 in my example below), nothing is found. Without the condition, the expected ...
0 votes
1 answers
1 comments
548 views
I have documents of type note in the format text (more precise: <note:mime_type>text/plain</note:mime_type> ). Nevertheless when the document is shown in WEBUI it is assumed to be rendered as mark down. See screen shots (first shows the ...
0 votes
2 answers
3 comments
721 views
I want to give the user a numeric input field with 2 decimal fractions. I use the following code: <nuxeo-input role="widget" label="[[i18n('com.mycompany.nuxeo.richfile.value')]]" name="value" value="{{document.properties.rfs:value}}" ...
0 votes
1 answers
0 comments
678 views
I have defined an vocabulary with the following schema: <?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:nxsv="http://www.nuxeo.org/ecm/schemas/core/validation/" ...
0 votes
2 answers
2 comments
853 views
I would like a list of includes for permission. Does anyone have a resource?
0 votes
1 answers
0 comments
665 views
Hello all, I am trying to get a self-compiled nuxeo instance to run on Ubuntu. Once I start it up, I am getting this error message : #
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGBUS (0x7) at pc=0x00007ff0d0c2cb23, ...
0 votes
0 answers
0 comments
659 views