10.10


Related Questions
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
  1124 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
  1059 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
  988 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
  799 views

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

  0 votes
  1 answers
  0 comments
  772 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
  1517 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
  2619 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
  1566 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