Development
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
1098 views
I am trying to copy a published document but facing exception while copying. org.nuxeo.ecm.core.api.PropertyException:Cannot set property on a version: pvh_related:Crops
1 votes
0 answers
0 comments
1062 views
Hello, I would like to use an automation scripting to delete a user but I don't know how to do that. Could someone help me ? I tried Document.Delete it only works on a document and users are not documents. Thanks. ////////////////////// Bonjour, Je ...
0 votes
0 answers
0 comments
1053 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
1385 views
Hi, I'm using the latest available Docker image and I'm trying to setup the S3 connector. Since I don't have subscription available at the moment, I went ahead and built the S3 connector from the source. However, when deployed to the Docker ...
0 votes
1 answers
0 comments
1323 views
I need to change the name of the rendition image getting downloaded. Approaches I have used : I created a listener in order to achieve this. I am triggering my event at pictureViewsGenerationDone . but I am not able to achieve this as my changes are ...
0 votes
1 answers
0 comments
1214 views
Hi guys, I would like know if it's possible create a group of permission or I could define one permission that it allow me create several documents type. For example: We have the next document types Document_01 Document_02 … Document_XX Case The ...
0 votes
1 answers
0 comments
1536 views
How can I make a deployable/installable package to make modifications to the login page? I checked out the documentation for web ui, and could not find out anything related to the login page. There were tutorials and docs available for components ...
0 votes
1 answers
0 comments
1323 views
Hi people, According Oauth2 FLOW https://doc.nuxeo.com/nxdoc/using-oauth2/#requesting-an-access-token-with-a-jwt, I tried to get access token by testing Access Token with a JWT with my Postman but I have some exceptions server side. Here How I ...
0 votes
6 answers
16 comments
4759 views
Hi people, I want to use a JWT token witch come from a specific API REST server in my angular 7 app to connect to nuxeo server through nuxeo-js-client and OAuth 2 JWT Flow** but I don't have an example. There are not a real example on how to ...
0 votes
3 answers
1 comments
1965 views
Hi. When I change the folder's name: the cmis:path property (of that folder) doesn't update .. Is a bug? I have tried it with other ECM and works perfect!
0 votes
0 answers
0 comments
1034 views
I have made a custom login plugin, where for the time being I am testing user creation in the handleRetrieveIdentity() method of the Authenticator. I am currently doing the following to save a user. UserManager userManager = ...
0 votes
0 answers
0 comments
1163 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
1245 views
Hello, I'm trying to translate one my life cycle state in French. In the Designer I've created the file : messages-fr-FR.json but I can't achieve to translate my life cycle state. I tried (in my example, my state is “merged”): { “label.merged”:“Dans ...
0 votes
1 answers
0 comments
1397 views
Hello, I would like to use a simple EL expression in a Event Handlers in Studio. I would like something like : Document.Parent.primarytype==“Sujet” I tried different ways but nothing works… Can someone help me ? Thanks
0 votes
1 answers
0 comments
1135 views