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

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
  907 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
  991 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
  1121 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
  878 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
  993 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
  961 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
  1054 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
  984 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
  792 views

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

  0 votes
  1 answers
  0 comments
  764 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
  1511 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
  2605 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
  1557 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
  1023 views