nuxeo-platform


Related Questions
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
  1168 views

I'm trying to sync user management between Nuxeo server and an application built with it. I've read the model documentation at https://doc.nuxeo.com/rest-api/1/user-entity-type/ and the endpoint documentation at ...
  0 votes
  2 answers
  0 comments
  933 views

All - I'm looking for how to verify a configuration setting was correctly applied. $ pwd /opt/nuxeo/server/nxserver/config $ cat zzzzz-config.xml <?xml version="1.0"?> <component name="zzzzz.config"> <extension ...
  0 votes
  0 answers
  0 comments
  706 views

Nuxeo folks: In docker-entrypoint.sh you have: for f in /docker-entrypoint-initnuxeo.d/*; do case "$f" in *.sh) echo "$0: running $f"; . "$f" ;; *.zip) echo "$0: installing Nuxeo package $f"; nuxeoctl mp-install $f ${NUXEO_MPINSTALL_OPTIONS} ...
  0 votes
  0 answers
  2 comments
  1047 views

I have tried to get audit logs using /api/v1/automation/Audit.QueryWithPageProvider API and manged to get below result. Request { "params": { "providerName": "EVENTS_VIEW", "namedQueryParams": { "principalName": "Administrator" }, "pageSize": 100, ...
  0 votes
  0 answers
  0 comments
  1163 views

Hello, recently i just started working on a nuxeo project, and my job is to redirect user after logout to another page, not login.jsp. is it doable on nuxeo or not ?
  0 votes
  0 answers
  0 comments
  792 views

I am using ElasticSearch for audit logging. I have set all the configurations required in nuxeo.conf. How can I fetch audit logs for a period of time and for group creation or permission and other activities?
  0 votes
  2 answers
  0 comments
  1661 views

Hi guys, I have a bad situation, Nuxeo isn't going well :(. I use Nuxeo 9.10 version and Nuxeo has a lot of performance issues. I attached appdynamics screenshots. As you can see some methods are very slow, such as /nuxeo/api/v1/path, ...
  0 votes
  1 answers
  0 comments
  968 views

We've made a short attempt to use Nuxeo Server LTS 2019 deployed on Docker with AWS DocumentDB which is supposed to be fully compatible with MongoDB 3.6. OK the Nuxeo documentation says “3.4 and 4.0” but I was surprised that we were not even able to ...
  0 votes
  0 answers
  9 comments
  1036 views

1)clicking edit on 'users and groups' shows a modal. But email is not pre-populated 2)saving with new email doesnot change the email(old email is going on request body) Where am i wrong here?
  0 votes
  1 answers
  0 comments
  1071 views

En fait nuxeo affiche le label du vocabulaire convenablement dans les layouts (create, edit, metadata). J'aimerais bien afficher le label du vocabulaire dans le view layout du document parent. J'ai ajouté une colonne dans “nuxeo-data-table” qui est ...
  0 votes
  3 answers
  4 comments
  1239 views

There are a list of documents. Can I select a few documents on a list and start workflow on them .Currently there is no workflow button option when I select a document. Screenshot included.
  0 votes
  1 answers
  0 comments
  1184 views

I know of two options: 1)Assignees 2)Assignees expression Is there a way that a workflow initiator can himself select a user from the list of users to take action?
  0 votes
  1 answers
  3 comments
  872 views

Hello, I am using Java Client in my project, but due to the high volume of traffic I will receive, I am reusing the same NuxeoClient object (in order to avoid a lot of nuxeo connections). I have a lot of users, but all of them will connect to my ...
  0 votes
  1 answers
  0 comments
  1241 views

<nuxeo-data-table-column> [[item.title]] </nuxeo-data-table-column> This works. 'item.title' renders title. <nuxeo-data-table-column> {{_callme(item)}} </nuxeo-data-table-column> _callme: function (item) ...
  0 votes
  1 answers
  1 comments
  931 views