Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

nuxeo-data-table don't delete last item of list, why?

Hello, I have complex list and iterate and create with nuxeo-data-table, when I create item and save I haven't error then I delete item -> save, the item delete was successful, but when I try delete the last item, this not deleted. :'( I see the serv...

How to disable JSF UI for User Group

We have an external application handling all the day-to-day interaction for users to the nuxeo repository. In order to avoid any mis-handling of files or structures we need to keep the End-Users out of the JSF UI. How would i go about this. I have a ...

Joe_Rady by Champ in-the-making
  • 174 Views
  • 1 replies
  • 1 kudos

Resolved! source code for element nuxeo-data-table

Hi! I need overwrite the source for nuxeo-data-table element but i can't find the code (template html) on the GitHub repository https://github.com/nuxeo/nuxeo-web-ui/tree/10.10/elements, where i can find this source? Thanks! Gabo

Using Elasticsearch for vocabulary ?

Hello, Is it possible to use elasticsearch as a vocabulary database ? I was thinking of this because I have vocabularies with a large number of entries and the Directory.SuggestEntries operation takes a long time to respond.

nuxeo-input widget float instead of int

I want to give the user a numeric input field with 2 decimal fractions. I use the following code: <nuxeo-input role="widget" label="[[i18n('com.mycompany.nuxeo.richfile.value')]]" name="value" value="{{document.properties.rfs:value}}" type="number" >...

Blob from BlobInfo

I'm getting a result set from ElasticSearch, and then for each object in the result set, I need to get a Blob (or a Binary) from S3 using only the BlobInfo elements from ES (digest, filename, etc.) Best I have come up with so far is: BlobProvider pro...

Eric_Ace by Confirmed Champ
  • 99 Views
  • 0 replies
  • 0 kudos