Development
Hello, I have found a little bug in the nuxeo-webui component, and I have tried to report it in github, but I wasn't able to find the “Issues” option in the repository: https://github.com/nuxeo/nuxeo-web-ui Anyway, the problem is with the ...
0 votes
1 answers
0 comments
1097 views
Hi, I'm trying to reproduce this how-to , but with a document suggestion widget instead of a directory suggestion widget. Here is my code : <nuxeo-document-suggestion value="" label="[[i18n('manufacturing_summary.documentsLocations')]]" ...
0 votes
0 answers
0 comments
1497 views
What is the difference between Rest API Endpoints and command endpoints? Both are having an endpoint for same operations like update document. When to use which endpoint?
0 votes
1 answers
0 comments
797 views
Hello - I'm attempting to connect Nuxeo 10.10-HF29 to Strimzi 0.18.0 Kafka 2.5 in OpenShift Code Ready Containers. Based on this: https://doc.nuxeo.com/nxdoc/nuxeo-server-release-notes/#sasl-and-tls-authentication-against-kafka, I believe I have ...
0 votes
0 answers
0 comments
1152 views
Hello, I want to sort a nuxeo-data-table-column (numeric sort). I've used the attribute sort-by but the column was sorted by alphabetic ( for example the value 11 comes after the value 100). Note : the property is an IntegerList But I just want to ...
0 votes
0 answers
0 comments
1323 views
Hi, I am using a nuxeo-document-suggestion-widget (in a creation form layout) which is calling an automation chain with just one custom operation : <chain id="SearchHWPDocuments"> <operation id="SearchDocuments"> <param type="string" ...
0 votes
0 answers
0 comments
1054 views
Hi, I'm trying to pass parameters from a nuxeo-document-suggestion widget to the automation chain returning the suggested documents. Here is the widget : <nuxeo-document-suggestion value="{{document.properties.mfs:documents}}" ...
0 votes
1 answers
0 comments
1254 views
Hi, Is there any method in Nuxeo Server to give each document a unique and incrementing ID when it is created? Not to replace the unique ID that is given by default, but an additional field like: doc01 -> uniqueID = ef42fj… and incrementID = ...
0 votes
1 answers
1 comments
878 views
Hi, I am trying to override the default search form to add some custom fields and remove the fields “nature”, “subject” and “coverage”. I copy-pasted the code from nuxeo-default-search-form , removed the widgets that I did not want and added one for ...
0 votes
1 answers
1 comments
1421 views
Hello, I have an application that should use Nuxeo API to list documents/rename them.. The issue here is that Nuxeo and my application have distinct user directories (and should stay that way..). My question is: Does Nuxeo expose a UI component (pop ...
0 votes
1 answers
4 comments
1028 views
I have uploaded an image and trying to create a document in Nuxeo but I am getting below error. Seems like Nuxeo has some problem with images resolution i.e. 25.4. Attached the image as well Stack Trace: 2020-07-16T17:18:45,671 ERROR ...
0 votes
1 answers
1 comments
1160 views
Im using nuxeo-user-suggestion , i want to know how can use the groupRestriction for filter the search by a group or a permission
0 votes
2 answers
1 comments
1468 views
Is there any way i can download the nuxeo audit log as excel or csv?
0 votes
1 answers
0 comments
857 views
I am using /site/automation/Document.Create endpoint to create a document. But, I am getting segment content.upload-batch cannot be resolved, file:content.upload-batch error. Below are the details. How can I pass blob details in properties? Request: ...
0 votes
2 answers
0 comments
1388 views
I have and object like this: company: “” displayIcon: true displayLabel: “Administrator” email: “devnull@nuxeo.com” entity-type: “user” firstName: “” groups: [] id: “Administrator” lastName: “” prefixed_id: “user:Administrator” tenantId: null type: ...
0 votes
1 answers
0 comments
876 views