10.10


Related Questions
Hello Dears i was starting to build custom api as https://doc.nuxeo.com/nxdoc/webengine-jax-rs/ my code is Main Class : public class MyWebAppRoot extends Application { @Override public Set<Class<?>> getClasses() { ...
  0 votes
  0 answers
  1 comments
  872 views

Hi, Anyone knows how to retrieve the permissions of an user in a document ( inside a script) I try to use currentUser but it can only get the name, username.. and more properties that doesn't help me. Also I try with the operation hasPermission but ...
  0 votes
  1 answers
  0 comments
  796 views

Dears that is first time to use nuxeo platform , it is excellent i have two question 1 - how i deploy my code i added it over web ui without using Nuxeo Drive ? 2 - how i can build my Api ? thanks
  0 votes
  2 answers
  0 comments
  986 views

Hello community, In the project I'm working on we have a workspace structure where different workspaces are nested, each workspace associated with user groups and read permissions, i.e: Workspaceroot Workspace 1 Workspace 1a Workspace 1b Workspace 2 ...
  0 votes
  2 answers
  2 comments
  1347 views

Hello, I would like to use a drawer menu with the parameter “User will access it from” = “a new drawer menu item” and “Menu” = “User Menu”. In this drawer menu I want to be redirected to the view-layout of a certain document which I have the path. ...
  0 votes
  0 answers
  1 comments
  1263 views

Hi, I need to use “the nuxeo web components” in a Vaadin project. Bower is now deprecated , I'm using Npm. When I'm trying to install the dependencies with Npm as specify in the Nuxeo GitHub page below _[https://github.com/nuxeo/nuxeo-elements], I ...
  0 votes
  1 answers
  0 comments
  973 views

Hello, I have a script with conditional sentences, where in the else clause of one of them the script shows an error comment in the server.log with the help of the operation console.log. The problem is that in the server nothing advise that an error ...
  0 votes
  1 answers
  2 comments
  709 views

after i can clone and running web ui when i want to deploy it by using gulp there error message appeared [11:03:06] Using gulpfile E:\webUi\third clone\nuxeo-web-ui-10.10\gulpfile.js [11:03:06] Task 'default' is not in your gulpfile [11:03:06] ...
  0 votes
  0 answers
  0 comments
  828 views

after i cloned Web ui from https://github.com/nuxeo/nuxeo-elements and type npm install thoe following errors appears npm ERR! code E404 npm ERR! 404 Not Found: @nuxeo/paper-typeahead@^0.6.0-SNAPSHOT
  0 votes
  0 answers
  0 comments
  881 views

how i can clone web ui , how deploy it after change codes
  -2 votes
  0 answers
  0 comments
  904 views

I need a custom implementation to manage preview depending on the specific document type and may be additional document content logic. I have not found a better idea than to override the “preview” web adapter, but my tests to do this have been ...
  0 votes
  1 answers
  0 comments
  1000 views

Hello Dears after i cloned Web Ui from -> https://github.com/nuxeo/nuxeo-web-ui](https://github.com/nuxeo/nuxeo-web-ui <- when i run > npm install this errors appeared for me pm ERR! code E404 npm ERR! 404 Not Found: ...
  0 votes
  0 answers
  0 comments
  803 views

Hello, I need to hide the remove workspace button from the web UI. So far I have written a filter extension to grant delete permission only to workspace types and administrators members: <extension point="filters" ...
  0 votes
  1 answers
  1 comments
  1398 views

Hi, I want to execute an operation after starting nuxeo. Is it possible to detect the start of the nuxeo server ? Is there an event listener?
  0 votes
  0 answers
  0 comments
  657 views

Hi, I succeeded to add a scheduler using org.nuxeo.ecm.core.scheduler.SchedulerService but the added configuration are lost after nuxeo restarting. So i need to know how to dynamically configure the scheduler service and persist that configuration ? ...
  0 votes
  2 answers
  3 comments
  1134 views

if i want to customize web ui for example remove or add Side Menu icons , set permission on any icon so it shown for user and hidden for another how i do that ? thanks please i need any help
  0 votes
  1 answers
  1 comments
  913 views

To hide doc types in the create document dialog in JSF-UI the follows contribution works fine but not in the WEB-UI: <component name="my.component" version="1.0.0"> <require>org.nuxeo.ecm.platform.types</require> <extension ...
  0 votes
  1 answers
  0 comments
  996 views

Hi, I need to block deletion of specific document types by user groups. I understand I need to write a custom security policy in order to achieve this, but I'm not sure how. So far, I have a java class extends AbstractSecurityPolicy implements ...
  0 votes
  2 answers
  1 comments
  1125 views

Hi, I've been following tutorial https://doc.nuxeo.com/nxdoc/develop-with-nuxeo-platform/ But when I try to export the contributions I keep getting this error. What does it mean and how can I fix it? Thanks - Working... It can take some time, please ...
  1 votes
  0 answers
  1 comments
  883 views

Hi, I'm trying to don't display the input document in a document-suggestion component, using the [[document.uid]] property inside the query in the Repository.Query operation, but nuxeo doesn't receive this uid. This is my code: ...
  0 votes
  2 answers
  2 comments
  998 views

We are looking to track access to documents. The Document access tracking module seemed as an suitable solution at first glance but I could see it's integrated with the JSF interface and has been obsoleted since then. In our case, we have a custom ...
  0 votes
  1 answers
  1 comments
  964 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

Hi, I'm able to setup multi-repository configuration fine, meaning: I can see my additional repository that repository has a unique database, file storage and index using JSF I can choose between the two, create documents, find them, and so on ...
  0 votes
  1 answers
  1 comments
  989 views

Dears after i develop my project and i want to deploy it to nuxeo so i open cmd and using nuxeo cli i write nuxeo hotreload configure the result is Server path must be absolute, and contain a Nuxeo Server Distribution see attachment
  0 votes
  1 answers
  1 comments
  800 views

nuxeo hotreload configure Server path must be absolute, and contain a Nuxeo Server Distribution
  0 votes
  0 answers
  4 comments
  888 views

  0 votes
  1 answers
  0 comments
  773 views

Dears I want to add my custom API as adding some info in Data Base so i want to create rest API ( /employee/addInfo) how i can do that as Nuxeo Backend and add it as nuxeo package have agood day
  0 votes
  1 answers
  1 comments
  1518 views

Hi all, I am trying to access a thumbnail URL from a response I got from API. For an image that is shipped with nuxeo-dam, I am getting this response: ...
  0 votes
  1 answers
  0 comments
  2620 views

My nuxeo server is behind a reverse proxy and is accessed by http. When configuring the client to connect with http it works perfectly and uses http url. But after restart the nuxeo drive client switches automatically to https: 2019-10-23 14:59:25 ...
  0 votes
  1 answers
  8 comments
  1567 views

My nuxeo servers are on http (not https). Nuxeo Drive client's version is 4.2.0. The Nuxeo Drive client works fine with a local machine nuxeo server, but it gives an error on a distant server: it demands to install the 3.x client version. Is this ...
  0 votes
  1 answers
  2 comments
  1026 views

Hi, I use Nuxeo 10.10 (LTS 2019). When i try to set permission to a large folder , the operation takes 23h to finish. And i have to do that for each group because when i set permission to one group, it's impossible to set permission for an other ...
  0 votes
  1 answers
  0 comments
  923 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

Hello, I have no result when I use STARTSWITH predicate in my page provider on a simple String property. If I change the predicate with a LIKE all is working. Is there someone with the same issue ? Thanks.
  0 votes
  3 answers
  0 comments
  1139 views

i wanna add right side icon as nuxeo search , browse and add action to it to open specific page
  0 votes
  0 answers
  2 comments
  680 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

how add multi language to nuxeo web ui [ arabic , english ] ? and make user choose between them
  0 votes
  1 answers
  2 comments
  1136 views

Hello, I have a simple question, is it possible to refresh a page with polymer when clicking a button ? For example, in the _ok function of my form I would like to refresh my page. Thanks !
  0 votes
  2 answers
  0 comments
  1627 views

Hi! I would like to add custom columns in my folder layout view, with a property of a custom schema. I tried this: <nuxeo-data-table-column name="My custom property" field="custom:property"> ...
  0 votes
  1 answers
  1 comments
  1052 views

Hello community, I want to have an idea about overriding nuxeo WebUi elements on Nuxeo Studio. Is there a simple way to override existing bottons (dom-modules) from RESOURCES tab in the design mode of nuxeo studio. I read documentation on ...
  0 votes
  1 answers
  0 comments
  1535 views

I want to create second repository in Nuxeo Multiple Repositories Configuration as given in the documentation, I have updated nuxeo.conf file also updated datasources-secondrepo-config.xml and `repository-secondrepo-config.xml. Following are the ...
  0 votes
  1 answers
  1 comments
  1639 views

Hi, I use nuxeo LTS 2019 (10.10). I would like to disable the scheduled task “orphanVersionsCleanup” but i don't know how to do it I have found the extension point for the contribution: ...
  0 votes
  1 answers
  1 comments
  1186 views

Hello all, I'm trying to make an custom endpoint receive some data from a javascript application that uses Nuxeo JS client. The JS application uses the following code to perform the request: doEndpointTestRequest(){ // create the opts dict to be ...
  0 votes
  1 answers
  1 comments
  1241 views

I am trying to create an automation chain which is called on the event 'documentCreated' and newly uploaded document is saved as attachment on another document. But after attaching, this newly uploaded document is also created as new document. I ...
  0 votes
  0 answers
  5 comments
  1024 views

I'm learning and using Nuxeo for a personal project for a small group of people. I would like to create some custom Document types to simplify working with our Data. I've tried creating a new package with the Nuxeo CLI. I've based my Schema on one ...
  0 votes
  1 answers
  1 comments
  1574 views

Hi! I created a custom search form with a search term by directory (vocabulary). I used “nuxeo-directory-suggestion” The component “nuxeo-directory-suggestion” allow filter options by text, and it show options that starts with the text that user ...
  0 votes
  2 answers
  0 comments
  1348 views

Hello ! In the view layout of a document I'm using the element : “nuxeo-document-viewer” I would like to know how is it possible to rename the file I upload when I do it ? For example using the metadata of the file or anything else. Thanks :)
  0 votes
  1 answers
  0 comments
  840 views

Hello community ! I am trying to force an extension while uploading my file on a local document type. I want to know if it is possible. And if yes, where I can write the mime-type wanted ? Thank you
  0 votes
  6 answers
  0 comments
  1103 views

Hello, I use Nuxeo 10.10 with postgresql 11. I try to add an “unlock” permission to a group named “gestionnaire”. User in this group can read write and * unlock * documents What i have done : I deployed a contribution following ...
  0 votes
  4 answers
  1 comments
  1176 views

Hello all, I have a question that involves a little bit of architecture and may sound a little bit of 'chew this for me cause my teeth didn't grow yet'. I have the following use case: When a request arrives into Nuxeo (REST API), I want to fetch ...
  0 votes
  1 answers
  0 comments
  1088 views

Hello all, I'm trying to configure a new Folder (Root) to Synchronize files through Nuxeo Drive. I already installed Nuxeo Drive in my client machine and in the server, which runs WEB UI, nuxeo server 10.10. When opening the Nuxeo Drive Client on ...
  0 votes
  1 answers
  3 comments
  1535 views