nuxeo-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
Api call to http://localhost:5000/nuxeo/api/v1/automation/Blob.RemoveFromDocument Payload:{ "params": { "xpath": "monschema:mesdonnees/2/fichier" }, "context": {},
} Response : { "entity-type": "exception", "status": 500, "message": "Failed to ...
0 votes
0 answers
0 comments
563 views
Has anyone created an alternate element type to handle input of multi-valued fields? For simple arrays, we find that the editable nuxeo-data-table element takes up too much screen space and the UX isn't very smooth. I'm looking into creating a new ...
0 votes
1 answers
2 comments
782 views
Hi, We have followed https://doc.nuxeo.com/nxdoc/set-up-email-notification/ to enable Email Notification for Nuxeo events through below configuration inside nuxeo.conf. We are using Amazon Simple Email Service (SES) as SMTP service. ...
0 votes
0 answers
0 comments
754 views
Hi I have the next code, When I used the property selection-formatter=“[[_getDocTitle]]“ of nuxeo-document-suggestion in the nuxeo-data-table-column the function works fine BUT when I used the same property in nuxeo-data-table-form the function not ...
0 votes
0 answers
0 comments
1059 views
What is the best way (if any) as an external user, to know the build version of a running instance with only Web-ui, user or Administrator access? Is there any hint hidden in the Web-ui? Is there a simple HTML GET that will provide this? I ...
0 votes
2 answers
0 comments
889 views
Hi all, I tried to create the Web UI marketplace ZIP as described in https://github.com/nuxeo/nuxeo-web-ui/. Beside some minor issues regarding version conflicts during “npm install” (which I hoped to have solved by modifying the packages.json) I ...
0 votes
1 answers
2 comments
1080 views
Hello, I have this entry in my directory : “Evénement”,“Evénement”, “0”,“0”. And in the metadata layout I defined a nuxeo-directory-suggestion that pointed in that directory. My question is : Is it possible to ignore accents for suggestions in ...
0 votes
1 answers
0 comments
960 views
Is there an easy way to hide the nuxeo-document-create-button element so that it only shows when viewing a folderish document? We would like to disable the element in WebUI so that it doesn't show for other types of documents as it can sometimes ...
0 votes
1 answers
1 comments
1098 views
Hello, How can I grant permission 'directoriesManagementAccess' to group diffrent from Administrator and power users? In fact I want to add new entries to a vocabulary using Directoy.CreateVocabulryEntry operation but I got this message on ...
0 votes
2 answers
0 comments
959 views
Nuxeo is allowing to upload of any kind of file format to the application. I don't want to upload the .exe file to the application. can anyone tell me how to do this? thanks
0 votes
1 answers
0 comments
1182 views
We have a section in Nuxeo for employee photos. These files are their own doctype contained in a custom, folderish doctype called “Library.” For this Library, I have created a custom page provider with predicates and aggregates of schema fields ...
0 votes
2 answers
7 comments
1413 views
Hello, I encounter an anomaly in the display of dates using the web-ui interface. The dates displayed are in an English format although the rest of the interface is in French which is the language of the browser. The attached screenshot shows this ...
0 votes
1 answers
0 comments
1017 views
Hello The problem is with the “nuxeo-selectivity component. when I click on it, the list appears and disappears quickly and I am not able to select an item. Regards,
0 votes
0 answers
2 comments
846 views
Hello, I want to add a new action button and when I click on this added button, a pop up will be opened and display the search view (search form and search result). So I want to ask : Is it possible to display search form and search result in a pop ...
0 votes
1 answers
0 comments
794 views
We have a specific workspace doctype created with a custom page provider to show relevant columns for the doctype's fields. I was able to customize the layout view for the nuxeo-data-table, but am having a hard time finding information on how to ...
0 votes
1 answers
2 comments
1225 views
Hello, Anyone have any idea why the “min-chars” parameter will not be considered in “nuxeo-dropdown-aggregation”? Thank you
0 votes
1 answers
2 comments
877 views
Hi, we have a big problem that users cannot login on the web ui when we activate the anonymous user. Even logging out and using the login form, the user is authenticated as anonymous and not with its credentials. Authentication via REST API works. ...
0 votes
2 answers
0 comments
1082 views
Hello, I added the paginable = true attribute in nuxeo-data-table and it works except for the first time I will have the duplicate result list. For example if I have the page size of the provider at 10, I will have in the result 20 documents which ...
0 votes
0 answers
0 comments
986 views
nuxeo-wopi addon does not declare any package dependencies. However, it obviously depends on nuxeo-web-ui, since the latter includes the strings used for tooltips: wopiLink.* in i18n/messages.json , that ends up in nuxeo.war/ui. These tooltips are ...
0 votes
1 answers
2 comments
973 views
Cloned https://github.com/nuxeo/nuxeo-web-ui, and trying to run npm install I get an error related to fibers: mike@localhost:~/nuxeo-web-ui/packages/nuxeo-web-ui-ftest> npm install mike@localhost:~/nuxeo-web-ui/packages/nuxeo-web-ui-ftest> npm ...
0 votes
1 answers
1 comments
829 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
Hello everybody, How can I validate in polymer section that a column is unique in a nuxeo form? What is the best alternative? I tried to run nxql but I couldn't :'(
0 votes
2 answers
0 comments
914 views
Hello, How can i remove the default document creation like (Audio, Video, File, File Template, Inline Template, Note) that are available default inside workspace window as shown in picture below.
0 votes
1 answers
0 comments
746 views
We are having users report that favorite documents are becoming unfavorited, sometimes over night. I have been able to recreate the issue but I can't find why it's happening. Users favorite a document and come back and find it's no longer displayed ...
0 votes
2 answers
1 comments
1092 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 Everybody, When I set my nuxeo-dropzone element and restrict it to pdf file type, I want to be able to display an error message that it cannot load the file. It fails silently if you upload a type that's not accepted. Example, <nuxeo-dropzone ...
0 votes
2 answers
0 comments
11581 views
Hi, Has anybody managed to EXPORT documents from WebUI by drag and drop? Specifically, I'd love to drag a document to an Outlook message and thus add it as an attachment. I know Nuxeo can send emails itself, but in the specific use case sending ...
0 votes
1 answers
0 comments
764 views
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
Is there a way to limit the storage space for each individual user in their Personal Space? There seems to be an add-on, but it doesn't support LTS 2019 WebUI (think it is only JSF). ...
0 votes
0 answers
0 comments
963 views