Development
how i can clone web ui , how deploy it after change codes
-2 votes
0 answers
0 comments
985 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
875 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
1211 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
959 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
1051 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
1151 views
Hello, I am trying set a default value within a form create layout for a single document suggestion widget. I have tried the following within the custom properties to no avail: defaultValue #{currentDocument.customSchema.customDocProperty} …where ...
0 votes
2 answers
2 comments
1442 views
Hello, I am having an issue with passing params to my Automation Script via an Automation Chain. My Automation Script has one parameter value called 'ConditionalValue' that will be used to perform some validation checks before performing a specific ...
0 votes
1 answers
0 comments
1090 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
1597 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
823 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
1218 views
how add multi language to nuxeo web ui [ arabic , english ] ? and make user choose between them
0 votes
1 answers
2 comments
1220 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
1135 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
1609 views
Hi, I was wondering how you change a document name from an automation chain? I am trying the following, but running into an error: - Document.SetProperty: xpath: "ecm:name" value: "testNewDocName" When this chain executes, I am met with the ...
0 votes
3 answers
1 comments
1378 views