11.5.147
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
108 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
178 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
186 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
1 answers
3 comments
210 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
195 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
365 views
I would like a list of includes for permission. Does anyone have a resource?
0 votes
1 answers
0 comments
372 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
276 views