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
Hello, I followed the link “https://doc.nuxeo.com/nxdoc/purging-audit-logs-nxp_logs/” to empty the audit log. I didn't have an error while performing the procedure but after finishing I noticed that I cannot access the proxy documents (including ...
0 votes
1 answers
0 comments
962 views
Has anyone been able to get a preview renditions of Apple Keynote files in WebUI? It seems like it should be possible as LibreOffice can open .key files, and there seems to be a converter in the Nuxeo code. However, upon importer of a .key file ...
0 votes
2 answers
2 comments
2090 views
Hi, I have a Nuxeo server running inside a Docker container, accessed on the web UI. I am trying to develop a package to define new document types. I created a multi-module project using command nuxeo bootstrap multi-module then a package using ...
0 votes
1 answers
0 comments
1122 views
Hello, I followed the following link to import a javascript resource into my nuxeo but I don't know how to use this resource in another page such as nuxeo-file-create-layout.html. Do you have an idea please. Thank you
0 votes
2 answers
1 comments
902 views
Hi, Is it possible to get configuration data inside a custom component? The only properties I saw that are available (saw in other components) are user and document . Is there a way to get data from the nuxeo.conf or other sources? I need this ...
0 votes
3 answers
0 comments
954 views
There are a list of documents. Can I select a few documents on a list and start workflow on them .Currently there is no workflow button option when I select a document. Screenshot included.
0 votes
1 answers
0 comments
1292 views
I know of two options: 1)Assignees 2)Assignees expression Is there a way that a workflow initiator can himself select a user from the list of users to take action?
0 votes
1 answers
3 comments
939 views
Now users have to go go Root>Domain>TheirWorkspace, Can I just drop them into TheirWorkspace without the extra navigation?
0 votes
2 answers
1 comments
1004 views
Hello, I need to use 'nuxeo-document-suggestion' in my page Provider and I need to filter document that will be suggested, so I created a new page provider(query-filter-search).with query like this “ecm:isCheckedInVersion=0 AND ...
0 votes
1 answers
3 comments
1053 views
I would like to modify the CSS in the login.jsp page so our our SSO alternate login button doesn't look bad (screenshot): We are using WebUI, and I can only find documentation for JSF UI: https://doc.nuxeo.com/nxdoc/how-to-override-the-login-page/ , ...
0 votes
1 answers
0 comments
1147 views
I would like to pull all the documents are created recently using NXQL. Please suggest me the NXQL for the same order by date
0 votes
1 answers
0 comments
1106 views
How to permanently delete items in search trash? In Web UI : No action button as “empty trash” is visible No action button appears in blue menu bar when items are selected If it is not possible in Web UI, is there any solution using Nuxeo API?
0 votes
3 answers
0 comments
1814 views
Hi there, I have a relatively simple requirement: search for documents under the current folder. A similar issue has been discussed here , but I think I am missing something. I am using WebUI, so query parameters in the modeller are not there for me ...
0 votes
2 answers
1 comments
1174 views
I would like to hide the most of the slot items for the anonymous user. For the actions we can use the <filter-id> tag and predefined filters like in this example: <action id="newDocument" link="select_document_type" enabled="true" ...
0 votes
1 answers
0 comments
1305 views
Hi there, I wish to play with the User Interface and do some experiments on how to create a new 'module' inside Nuxeo. I know that a module/bundle in Nuxeo has its own concept. Don't get me wrong. But I want to mean with 'module' is to add a totally ...
0 votes
1 answers
0 comments
1736 views
Is there a way to disable the drawer panel from opening when clicking on a left menu item?
1 votes
1 answers
3 comments
1606 views
Hello, I am trying to add a canAskForPublish permission to a speficic user group that will manage the publishing of documents. I added a section inside the default section generated by the default configuration section and tried to add that ...
0 votes
1 answers
1 comments
1151 views
nuxeo hotreload configure Server path must be absolute, and contain a Nuxeo Server Distribution
0 votes
0 answers
4 comments
961 views
I have added two properties in Group Schema XSD file. I also added Extension to contribute the same. But I couldn't see those properties in schema API calls.
0 votes
0 answers
0 comments
823 views
i added new doc type and configer it and it not shown in nuxio web ui why ?
0 votes
2 answers
1 comments
895 views