nuxeo-webui
How can I make a deployable/installable package to make modifications to the login page? I checked out the documentation for web ui, and could not find out anything related to the login page. There were tutorials and docs available for components ...
0 votes
1 answers
0 comments
1323 views
Bonjour, Je suis en train d'apprendre à utiliser Nuxeo. J'ai créé un formulaire qui contient des nuxeo-checkmarks qui sont des groupes avec différentes addresses de mail. J'aimerais savoir si c'est possible afficher les addresses qui sont dedans le ...
0 votes
0 answers
0 comments
894 views
I'm newbie in Webcomponents, so maybe I'm wrong. As the Webcomponent library is broken, I tried to load it locally so : I downloaded repositories : here , here and there . I executed the command lines explained in README npm install -g bower
bower ...
0 votes
0 answers
0 comments
1145 views
Hi. I have a doubt related with the addon: Nuxeo Office Online Integration (https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-wopi?version=1.0.1). In the Official page appears as “Public” (https://doc.nuxeo.com/nxdoc/nuxeo-add-ons/) but ...
0 votes
1 answers
0 comments
1303 views
Hello, I'm on Nuxeo 10.10 (LTS 2019) and I would like to redirect the user at the end of an automation chain. On studio I think I have to use 'Seam.NavigateTo' but impossible for me to find what argument matches. I want to be redirected to a ...
0 votes
3 answers
1 comments
1513 views
I have a simple problem, but nothing I've tried has worked. When users paste text into the title of a new document, they sometimes pick up an extra space. Nuxeo takes the title and uses it as the document path, but then users get various 404 errors ...
0 votes
0 answers
2 comments
1139 views
0 I want to generate a presigned URL for an S3 bucket, and upload files using the url, not through nuxeo server or the direct upload option. The documentation , says, that I need to set the CloudFrontBinaryManager as the binary manager to be used. ...
0 votes
0 answers
1 comments
1461 views
I have a nuxeo-document-suggestion with a custom page provider in a search form. The widget shows both title and path. I would like to strip the path. Where and how do I declare my custom resultFormatter? Thanks.
0 votes
0 answers
0 comments
990 views
Hello, Looking at nuxeo-document-tree as it applies to the personal workspace, I was wondering if the number of children displayed in the navigation tree is limited? If there are 1 million children in a folder for example, will webui try to display ...
0 votes
1 answers
1 comments
1370 views
There is a Relations tab in the JSF UI that allows defining relations between two documents of the repository. It is not yet ported in Web UI, will it be for LTS 2018?
0 votes
2 answers
0 comments
1782 views
Hi, The goal is to allow this deletion only if the articles have a “valid” or “aRediger” workflow status I tried to interceive with an event 'AboutToRemove' to perform some treatment but it does not work anymore. Can you give me some help.
0 votes
1 answers
2 comments
1760 views
The Trash feature in Web UI was not part of 9.10 release. However, this feature has been developed for 10.1 Fast Track release. It includes: a new Trash pill/tab when browsing a Folderish document a new Trash Search to retrieve all trashed document ...
2 votes
0 answers
0 comments
1865 views
CONTEXT: I would like to import scanned documents similar to the process described in this tutorial: https://www.nuxeo.com/blog/direct-document-capture-nuxeo-using-ephesoft-cmis/ where the variables captured by the scanning software can be mapped as ...
0 votes
2 answers
0 comments
2015 views
Hello, I have tempted to reproduce the subworkflow tutorial but I have an error when I try to launch the workflow. The error is : Property Conversion failed from class java.lang.String to class [Ljava.lang.Object;: ...
0 votes
0 answers
0 comments
1167 views
My Goal to export the worklist only with mainfile, how to achieve this? Currently “Export As Zip” in worklist export all files including file:content and files:files I tried to write an automation chain to implement this - Context.FetchDocument
- ...
0 votes
0 answers
0 comments
1376 views
I have a create layout with a nuxeo-data-table and I would like to show/hide fields based on user input inside of the nuxeo-dialog but I am unable to. <nuxeo-data-table role="widget" items="{{document.properties.request:itemsToCreate}}" ...
0 votes
0 answers
0 comments
2138 views
From what In understand, connecting a Nuxeo server to AWS Elasticsearch should work. I've configured the Nuxeo server to use the AWS service, and it works for the most part. However, I can no longer get the Admin Analytics page to load. I set two ...
1 votes
1 answers
2 comments
3943 views
Hello, I have a problem with the label on my translations file. I have configured the messages.json but on the web ui i have the label document type display instead of “Invoice”.
0 votes
0 answers
1 comments
1694 views
Hi, I've created a tree structure in “Templates” of my “Domain”, and, when I create a new workspace, the system does not suggest a template to use on creation. When I go on jsf ui, this use case works. Is there a fix for it ? Thanks !
0 votes
1 answers
0 comments
1642 views
I'm facing the following scrollbar when the main element is very small. Even though there is sufficient space. Can I avoid this scrollbar somehow?
0 votes
0 answers
0 comments
1345 views
Hello, I'm wondering if I'm missing some info on how to override existing Web UI elements via Nuxeo Studio. After reading https://doc.nuxeo.com/910/nxdoc/web-ui-deployment/ I tried overriding some Web UI components. For example I tried to override ...
1 votes
1 answers
1 comments
3482 views
Hi i Have Attached a documents to the file. it is successfully uploaded. and while trying to delete the file it is not deleting it is giving the error like this. 2018-03-01 04:55:46,381 ERROR [nuxeo-error-log] javax.servlet.ServletException: ...
0 votes
0 answers
0 comments
1462 views
Hi I Have installed Nuxeo diff add on it is showing successful at the command line it is not showing any difference in those files and it does not display the tab they specified. Any one Help me to solve.
0 votes
0 answers
0 comments
1486 views
Hi I Am installing the nuxeo source code on my system i have already dart installed in my system. but it is showing error like pub run failed. please see the below screenshot: https://prnt.sc/ihsv9b Please help me to solve the issue.
0 votes
1 answers
2 comments
1561 views
Hello, I experience a strange error when showing a custom date attribute on a metadata view. Firefox always shows January 1, 1970 . I'm using the nuxeo-date element: <nuxeo-date datetime="[[document.properties.my_schema:my_date_attribute]]" /> ...
0 votes
1 answers
1 comments
1601 views
I offer output version of the page on web ui.
0 votes
0 answers
0 comments
1140 views
I am following below article to customize the Nuxeo WEB UI. Hope following page is up to date. https://doc.nuxeo.com/nxdoc/web-ui-customization-tutorial/ After performing all steps, when I am trying to build maven project, getting following error. ...
0 votes
0 answers
0 comments
1766 views