Development-Configuration
Hi! I've successfully added an Anonymous user, but since then when a non-anonymous user logs out, it's not redirected to the default login screen, but remains in the web-ui Dashboard as Anonymous user. Sign-out again as Anonymous user exits to login ...
0 votes
0 answers
3 comments
1430 views
Has someone adapted Clarifai Service to Nuxeo Vision? I'm interested but no clues how to make it.
0 votes
1 answers
0 comments
819 views
I have configured PostgreSQL DB in nuxeo.conf using below configurations. Nuxeo is using public schema of Postgres. nuxeo.db.name=sample nuxeo.db.user=admin nuxeo.db.password=password nuxeo.db.host=localhost nuxeo.db.port=5432 How can I configure ...
0 votes
1 answers
1 comments
1189 views
Hi, I've created a new Document type that extends from OrderedFolder. Whent I change the order of children from the view layout using nuxeo-document-move-up-button/nuxeo-document-move-down-button and I refresh, the new order will not be kept. What ...
0 votes
1 answers
0 comments
992 views
Hi, I am trying to configure the classpath /internal/nuxeo according to the documentation: Modified nuxeo.conf with org.nuxeo.ecm.contextPath=/internal/nuxeo Rename ./templates/common-base/conf/Catalina/localhost/nuxeo.xml.nxftl to ...
0 votes
0 answers
0 comments
826 views
Hello community, I overrode the default user schema to add new columns, one of them is a custom vocabulary. It saves and edits no problem, however, whenever one opens the edit dialog, the label for the selected vocabulary is missing, only showing ...
0 votes
1 answers
0 comments
1362 views
Hi! In the drawer the browser elements are sorted by Title by default. However, in the main container, using table view there is no sorting options (as in the grid view) and it seems that they appear by the date modified in reverse order (from ...
0 votes
2 answers
2 comments
3333 views
I would like to hide the most of the slot items for the anonymous user. For the actions we can use the <filter-id> tag and predefined filters like in this example: <action id="newDocument" link="select_document_type" enabled="true" ...
0 votes
1 answers
0 comments
1305 views
According to https://github.com/nuxeo/nuxeo/blob/bcfec9be891be8b28cf88f15ce2b7949ce8e2715/nuxeo-distribution/nuxeo-nxr-server/src/main/resources/templates/nuxeo.defaults#L54, nuxeo.conf config param “repository.binary.store” should no longer be used ...
0 votes
1 answers
0 comments
810 views
Hello community I need to change the way the <nuxeo-user-avatar> returns the user's initials, which is a simple javascript function. The problem is, I would need to override all the references in other components throughout the application as ...
0 votes
3 answers
5 comments
1851 views
Hello, Assuming I have created a custom user field called user:manager to store the user manager information, I would like to dynamically assign a task to him. So the scenario is: jdoe execute a task, then the second task is routed the the jdoe's ...
0 votes
1 answers
2 comments
1200 views
Hi there, I wish to play with the User Interface and do some experiments on how to create a new 'module' inside Nuxeo. I know that a module/bundle in Nuxeo has its own concept. Don't get me wrong. But I want to mean with 'module' is to add a totally ...
0 votes
1 answers
0 comments
1736 views
Hello everyone, I have come to notice that the web UI won't load the overriden elements in chrome if the network speed is slow. I tried changing the network speed from the dev tools to Fast 3G or slower. The interface will load only the default ...
0 votes
1 answers
3 comments
1840 views
Hello community, I'm trying to add more fields to the user creation form. I've been following the tutorial at https://doc.nuxeo.com/nxdoc/how-to-add-new-fields-to-the-user-profile-or-group-profile/ Where it shows how to override the default user ...
0 votes
1 answers
1 comments
2220 views
Is there a way to append vocabulary entries using extension point or script? I know that I can add new entries in the Web UI manually, but I need to append new entries in already existing vocabulary by my custom bundle. This bundle will be deployed ...
1 votes
1 answers
1 comments
1141 views