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
  866 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
  793 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
  979 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
  1342 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
  1257 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
  968 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
  704 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
  825 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
  872 views

how i can clone web ui , how deploy it after change codes
  -2 votes
  0 answers
  0 comments
  899 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
  997 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
  797 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
  1391 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
  654 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
  1130 views