Development
Hi I have written test classes @RunWith(FeaturesRunner.class) @Features({PlatformFeature.class,AutomationFeature.class}) @Deploy(“org.nuxeo.ecm.core.schema”) @Deploy(“org.nuxeo.ecm.actions”) @Deploy(“org.nuxeo.ecm.automation.core”) ...
0 votes
1 answers
0 comments
1440 views
I'm trying to retrieve document custom schema properties via a REST call. I am only able to pull basic document details. I would like to pull the custom schema fields for my document type via rest. Is this possible, and if so how can it be done? ...
0 votes
2 answers
0 comments
1306 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
Hello, We are currently using the default quick search implementation in our Nuxeo instance: https://doc.nuxeo.com/nxdoc/quick-search-jsf-ui/ . We have a unique-identifier field on a custom doc-type that we would like to expose into this quick ...
0 votes
0 answers
0 comments
1023 views
I have an issue where I generated a package with a service and an operation using the nuxeo-cli tool ,but when I build it, I get an error saying Failed to execute goal org.nuxeo.build:ant-assembly-maven-plugin:2.1.0:build (default-build) on project ...
0 votes
3 answers
2 comments
1257 views
Hi, I want to get data from REST API with Ajax. Can I get the information of several files in the folders or the information of several folders at once?
0 votes
1 answers
0 comments
934 views
Dears i am calling work flow from my app as api so how can i pass variable for Context[“var”] or WorkflowVariables[“rec”] for more details see my example below http://localhost:8080/nuxeo/api/v1/id/de229144-4c2a-48c8-ab8c-7d5581c41f54/@workflow ...
0 votes
1 answers
0 comments
928 views
Hello, I redefined a slot which already exists in Nuxeo web ui (like for example the tab view) while putting priority = 1 in the “nuxeo-slot-content”. I manage to see my modifications by opening a web session ui but if I open a new ognlet (with the ...
0 votes
1 answers
1 comments
1344 views
Hello All, I'm working on a data entry form for Accounts Payables processing. We have a need to allow inline editing into a Nuxeo datatable element in order to speed up our line item data entry process. We can enable inline editing into the cells, ...
1 votes
2 answers
0 comments
986 views
Hi , I don"t want to use the nuxeo studio to configure the schema , to create new document type , to create new permission , to create new role and manage multi tenant concept above all i want to do using java client sdk. please help me in this ...
0 votes
1 answers
0 comments
1219 views
Hello, I want to know how i can hide or delete the default summary tab. Thanks.
0 votes
1 answers
0 comments
946 views
Hello, I am working with the nuxeo-browser-extension and I want to customize the design according to my project. I have done the following, as explained in the github repository: $ git clone git@github.com:nuxeo/nuxeo-browser-extension.git
$ cd ...
0 votes
0 answers
0 comments
820 views
Hi Nuxeo i was trying to get the member of the group but it is not working it is returning null in all cases code is Group group = new Group(); group.setGroupName(groupRequest.GroupName); group.setGroupLabel(groupRequest.GroupLable); ...
0 votes
1 answers
1 comments
1033 views
Hello, I got an error when I set the “id-property” attribute of “nuxeo-document-suggestion” to “ecm:path” knowing that it works with “ecm:uuid” or “dc:title”. Erreur: nuxeo-app.html:70744 Uncaught (in promise) Error: invalid item Do you know how it ...
0 votes
1 answers
0 comments
1174 views
<schema>fileTags</schema> <idField>id</idField> <table>fileTags</table> <dataSource>java:/nxsqldirectory</dataSource> <dataFile>directories/nature.csv</dataFile> ...
0 votes
1 answers
0 comments
1125 views