webui
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, 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
Has anyone development or know of a better method of display array data instead to the standard nuxeo-data-table that gets generated in a layout, specifically for view-layouts? I have a few fields that are arrays that users can enter data into ...
1 votes
1 answers
3 comments
1143 views
I want to add some custom attributes to file when upload to nuxeo document using below endpoint and payload: http://localhost:8080/nuxeo/api/v1/id/folder_id { “entity-type”: “document”, “type”: “File”, “name”:“test”, “properties” : { “file:content”: ...
0 votes
1 answers
0 comments
889 views
This has been asked before (a few years ago, but I was wondering if anyone had a way to do this now). https://answers.nuxeo.com/general/q/8e4f82de1e7442f597644da84d154c22/Filter-document-types-available-for-creation We currently have created a ...
0 votes
0 answers
0 comments
1129 views
I want to customize the nuxeo-data-table that shows nuxeo-results in nuxeo-assets-search-results.html by adding a new column which displays a property of a parent document. I'm asking a solution to access to a parent document data in such widget. I' ...
0 votes
2 answers
3 comments
1314 views
Hi, I want to get the searched word in the full text search on the thumbnail preview in the list view results for custom search. i'm able to search the word in the normal search without overriding, but was not able to replicate in the custom search. ...
0 votes
1 answers
2 comments
871 views
On the Analytics page, Search tab there are date filters (1). Changing dates nothing happens. There is no refresh button. So this page always displays the same info. Using the browser refresh, some info updates like Number of calls (2), but not the ...
0 votes
1 answers
0 comments
1052 views
Hello, I have a problem with displaying vocabulary. I have the Id displayed instead of the labels. Do you have an idea
0 votes
3 answers
4 comments
1265 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
1146 views
I found this question already asked, but not solved: https://answers.nuxeo.com/general/q/8308f961c17244919de03403bd559260/Publishing-rights-with-users-groups So I will ask it again. Given the section, which I gave an explicit permissions “Read” and ...
0 votes
1 answers
3 comments
1171 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
1018 views
Is there an easy way to modify a CSS element for a dom-module using Studio? I figure I could create a custom element, and copy the module code from the elements.html, then modify as desired. However, that also requires an import into our bundle.html ...
0 votes
2 answers
0 comments
1093 views
I found myself in a typical situation but not easy solution, was using DAM and selected several pictures I was interested on, by mistake I moved them to one specific directory and wanted them to go back to their original places and had to do it ...
0 votes
1 answers
4 comments
811 views