webui
Hello, I want to customize the nuxeo-object-diff component. So I create a new component and I copy the code from https://github.com/nuxeo/nuxeo-web-ui/blob/maintenance-3.1.x/elements/diff/nuxeo-object-diff.js . However, when I deployed the code, I ...
0 votes
0 answers
0 comments
95 views
I have documents of type note in the format text (more precise: <note:mime_type>text/plain</note:mime_type> ). Nevertheless when the document is shown in WEBUI it is assumed to be rendered as mark down. See screen shots (first shows the ...
0 votes
2 answers
3 comments
884 views
Hello, I have complex list and iterate and create with nuxeo-data-table, when I create item and save I haven't error then I delete item -> save, the item delete was successful, but when I try delete the last item, this not deleted. :'( I see the ...
0 votes
1 answers
2 comments
828 views
1 votes
1 answers
1 comments
1022 views
Does anyone know where to get the latest theme files for the light and dark themes as seen on: https://doc.nuxeo.com/design/light-theme/ https://doc.nuxeo.com/design/dark-theme/ They look much better than the current themes (even seen on ...
0 votes
1 answers
0 comments
794 views
Hi, i have a button defined in nuxeo web UI that should come up with the selection of one element. Just one. Is there a way to tell nuxeo from nuxeo studio to behave like this? I attach the configuration of this button in nuxeoStudio. thanks in ...
0 votes
0 answers
0 comments
643 views
Hi, I can't find info about limitations of using embeded ES. Only warnings that it's not for production. We are still in development and using it. All worked fine, but recently noticed that since a month or so the audit stopped indexing and showing ...
0 votes
1 answers
0 comments
992 views
Salut, je demande comment je peux conserver la modification des colonnes à afficher lorsque je déconnecte et je me reconnecte via un autre navigateur? En effet, si dans un document de type “domain” par exemple, j'ai changé les colonnes à afficher ...
0 votes
1 answers
0 comments
916 views
Hello, I noticed that nuxeo displays empty documents in the results screens before doing a scrolling as shown in the following picture and this problem will be solved if we do a scroll I wanted to know if there is a solution to prevent the ...
0 votes
1 answers
2 comments
1023 views
Hi, I want to select all the document in a particular folder. I am just able to select multiple docs but not all the docs in one click. How can I activate selectAll checbox in nuxeo-data-table component? Could anyone please help me to find this out? ...
0 votes
1 answers
2 comments
925 views
Hello, I added my component in the RESULTS_ACTIONS slot-content like the following : <nuxeo-slot-content name="exportPublicationAction" slot="RESULTS_ACTIONS"> <template> <my-component items="{{items}}" ...
0 votes
1 answers
3 comments
926 views
Hi, This is a follow-up of this question , I am creating a new one because I'm trying a different approach. You should read it to have the first part of the story. In short : I've got a document suggestion widget in the creation form of an “index” ...
0 votes
0 answers
0 comments
1058 views
We have imported a decent amount of files using a custom importing app, but some of the mimebtypes were not defined so we have blobs that show as “text/plain” when they should be something else. We can download the blob, then remove it from the ...
0 votes
0 answers
0 comments
933 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
Hi, I'm trying to render a document with a docx template using Freemarker, but I got the following error : org.nuxeo.ecm.core.convert.api.ConversionException: Failed to invoke operation Blob.RunConverter, null mime type not supported by any2pdf ...
0 votes
0 answers
1 comments
1219 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, 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