9.10
Hello Team I am upgrading Nuxeo from FT 2016 to LTS 2017. Everything is work fine but when i click on permission tab, no permission has display also “New” button is not visible to add new permission. getting below error when click on permission tab ...
0 votes
1 answers
0 comments
804 views
Hello, I am having some problems with DATE and TIMESTAMP when using NXQL queries. According to the documentation: TIMESTAMP <timestamp> : a timestamp in ISO format yyyy - MM - dd hh : mm : ss [ . sss] (the space separator can be replaced by a ...
0 votes
0 answers
0 comments
992 views
Hello, I'd like to have an integration with Nextcloud like what the existing addon for onedrive, googledrive, box,… Does someone has already work on it ? Is it possible to simply use an oauth2 service ? And what will be the nuxeo oauth callback ? ...
0 votes
4 answers
3 comments
775 views
I have some NXQL queries that are pretty slow. Using this https://doc.nuxeo.com/nxdoc/monitoring-slow-nxql-queries/ I was able to get some of the slowest NXQL queries This one took 870 ms: QueryFilter(principal=myOrganisation, limit=0, offset=0) ...
0 votes
1 answers
0 comments
790 views
Hello, What is the best solution to sort page provider result by number of downloads ? Thanks.
0 votes
3 answers
1 comments
806 views
Hello, I have some bugs in the nuxeo-html-editor component,,the button inside isn't fixed and move when I try to mouseup on it . Are there any issues to fix that please ?
0 votes
1 answers
0 comments
755 views
Nuxeo folks. In kafka-config.xml.nxftl, the following version supports SASL plaintext, SASL SCRAM-SHA-512, SASL SCRAM-SHA-512 over SSL, and two-way SSL. Please consider: <#escape x as x?xml>
<?xml version="1.0"?>
<component ...
0 votes
0 answers
0 comments
906 views
hello everyone, I need some help on nuxeo-platform. There is some old permissions wich refer to a ldap users and groups that no longer exist and the problem is that i'm not able to delete them. I precise that I'm admin on the platform and that I'am ...
0 votes
0 answers
3 comments
1007 views
Hi, When a user try to login to our nuxeo platform in multidirectory with LDAP, they have sometimes http status 401 and in logs we see : Caused by: org.nuxeo.ecm.directory.DirectoryException: error during reference search for **myGroups**
at ...
1 votes
0 answers
0 comments
901 views
I would like to know what is the content of the Nuxeo hotfixes. Is this a public information? Additionally, I would like to know whether there exists release notes associated with each hotfix and how to retrieve them. (I already know of GA versions ...
0 votes
1 answers
0 comments
945 views
Folks - regarding kafka-config.xml.nxftl : Presently, SASL is only enabled if SSL is enabled. (The sasl if directive is enclosed in the ssl if directive.) In a local server testing environment, it might be beneficial to configure Kafka for SASL ...
0 votes
2 answers
2 comments
751 views
Hello, I have a parent vocabulary with several children, and i want to add this vocabularies to the virtual navigation tree. I created the extension point : <extension target="org.nuxeo.ecm.webapp.directory.DirectoryTreeService" point="trees"> ...
0 votes
0 answers
0 comments
707 views
I want to sort my documents by type. For example: folder 1,folder 2,folder 3,….,folder n,document 1,document 2,document 3,……document n I have a query like this : this.nuxeoClient.repository().query("SELECT * FROM Document WHERE ecm:parentId= ?", ...
1 votes
1 answers
1 comments
801 views
Hello, Is there a method to get the subfolder list of a folder by its id ? I found the repository().fetchChildrenById(id) method but it returns all documents (documents and folders). In the UI, nuxeo is calling this url when we disclose a node in ...
0 votes
2 answers
0 comments
920 views
I have a simple problem, but nothing I've tried has worked. When users paste text into the title of a new document, they sometimes pick up an extra space. Nuxeo takes the title and uses it as the document path, but then users get various 404 errors ...
0 votes
0 answers
2 comments
728 views