platform
Hi :) I am using Nuxeo CSV import and sometimes Nuxeo doesn't stop the import.If I cancel the importing the documents are created perfectly,but the problem is that Nuxeo doesn't give a sign for finishing.This doesn't happen always.
0 votes
0 answers
0 comments
1389 views
Hi :) I am using Nuxeo csv import . I need to create specific document types from each record in csv file.I hace created the csv file as Nuxeo requires it: “name” ,“type”,“document's fields in the format prefix:field”,“file:content” . I have also ...
0 votes
0 answers
0 comments
1891 views
Hi people :) I want to override the nuxeo datetime widget so it formats the time only in 24 hour version.Can someone help me?
0 votes
0 answers
7 comments
1526 views
Hi :) I have created a button in the edit form of a document next to the “Save” button.I have called this button “Cancel”.Its role is saving the previous document and not the modifications that may have been done.I have implemented the logic and ...
0 votes
0 answers
0 comments
1481 views
Hi:) I wanted to know if there is any online document editor that can be integrated with Nuxeo .Can someone tell me please?
0 votes
0 answers
0 comments
1403 views
Hi :) In domain ,in content Tab i have created a button.If i activate the development mode and point to this button it says it is an Action and gives the id of the action.That's okey for now.Next to the content Tab i have created a new Tab.The ...
0 votes
1 answers
0 comments
1649 views
Hello people.I am using the getMemberUsers() method of the NuxeoGroup interface.I am facing a problem here.It always returns me an empty List
0 votes
0 answers
3 comments
1461 views
Hi :) I am facing a problem displaying a content view in the dashboard(home) for a specific group of users. I have defined a content view named “KA-Pergjegjes_Departamenti_Dashboard”.I have created 2 xml extensions : the widget and the action ...
0 votes
0 answers
1 comments
1765 views
Hi people :) I have created a widget that represents a dropdown .This should suggest the users depending on what your role is.I have created a Seam bean where the
0 votes
0 answers
0 comments
1715 views
Hello :) I have defined a search content view for a specific type of document.This document has a Boolean property and i can not filter by this property. Can someone help me?
0 votes
1 answers
0 comments
1961 views
HI, I create a website document, in nuxeo DM. How can I add (and join) a stylesheet CSS file to use custom html class in this page(s) ? Tinymce clean the code so I can't add balise <link rel=“stylesheet” href=” " with a path in html code to the ...
1 votes
0 answers
0 comments
1900 views
Hi all, I have created a seam validator: public void validateSAPNumber(FacesContext context, UIComponent component, Object value) { String messageString = null; Integer size = 1; String SAPNumber = (String) value; String DocId = ...
0 votes
1 answers
0 comments
2875 views