nuxeo-webui
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