nuxeo-webui


Related Questions
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
  453 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
  678 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
  657 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
  930 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
  807 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
  940 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
  866 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
  996 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
  860 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
  1061 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
  1303 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
  917 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
  769 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
  705 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
  1131 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
  786 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
  986 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
  895 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
  865 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
  727 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
  941 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
  826 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
  667 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
  1004 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
  837 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
  11366 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
  696 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
  1016 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
  883 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
  879 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
  1912 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
  1013 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
  825 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
  869 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
  1176 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
  866 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
  933 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
  976 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
  1063 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
  1025 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
  1699 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
  1080 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
  1212 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
  1641 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
  1490 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
  1060 views

nuxeo hotreload configure Server path must be absolute, and contain a Nuxeo Server Distribution
  0 votes
  0 answers
  4 comments
  888 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
  762 views

i added new doc type and configer it and it not shown in nuxio web ui why ?
  0 votes
  2 answers
  1 comments
  837 views

Bonjour, Comment on peut restaurer un doucement supprimé sur nuxeo web-ui ? On trouve pas la corbeille comme celui en jsf-ui. Il n'y a que “supprimer définitivement” en web-ui ? Merci de votre aide. Cordialement,
  0 votes
  3 answers
  4 comments
  1450 views