nuxeo-studio
Hello, I got a multi-value blob document property that was perfectly set by a run script such as : if (WorkflowVariables["newFile"] != null){
java.util.Collections.addAll(Context["listBlob"], ...
0 votes
1 answers
1 comments
2244 views
Hi every one ! This should be a simple question but I can't figure out how to do it : I've created a layout in order to edit my document informations and I've created a tab in which I display this layout in edition mode. All is fine. I've added a ...
2 votes
0 answers
0 comments
2082 views
Hi guys ! I've used this page to disable the virtual navigation tabs from an xml extension like : <extension target="org.nuxeo.ecm.webapp.directory.DirectoryTreeService" point="trees"> <directoryTree name="bySubjectsNavigation" ...
0 votes
0 answers
0 comments
1659 views
Bonjour, est il possible de faire en sorte que lorsque l'on utilise un vocabulaire hiérarchique, on puisse pré-selectionner la première valeur de chaque liste ? comme c'est faisable pour un vocabulaire simple ? Merci d'avance.
0 votes
0 answers
0 comments
2024 views
hello, Is there an extension point to set the default home page ? On Nuxeo 5.6 my user starts after connection on “Server default Domain”. Is it possible to start on “HOME>dashboard” Using ...
0 votes
1 answers
6 comments
3364 views
Hi guys! I would like to apply an XML Extension only for a particular path. Let's say I want to remote the notification tab in the administration panel for each folders inside : /default-domain/worspaces/myWorkspace/aSpecialFolder/ So I'm using this ...
0 votes
2 answers
2 comments
3713 views
hello guys. I'm customizing the content view of my folder type, I would like to give the possibility to download one file from the list with one click. I've added a column named 'Download' and I wanted to add a form action in the corresponding cell ...
0 votes
1 answers
1 comments
2234 views
Hello, I got a problem on a content view. Context : A document use an external content view as a tab in “additional tabs configuration” of this document This content view is declared in “content view” and “results columns” are using a “table layout” ...
0 votes
1 answers
1 comments
2094 views
HI guys ! I've played around with custom tabs and their enablements and I wonder if there is a way to enable a tab only if the document path does not start with a given path. which is the perfect negation for the existing parameter “Document path ...
0 votes
1 answers
2 comments
2005 views
Hi ! This question is very simple : How can I disable the default virtual navigations tab ? I've seen this page : Disabling default virtual navigations But it's only helping for “by coverage” and “by subject” navigation. Can I also remove “by filter ...
0 votes
1 answers
0 comments
1838 views
Hi guys ! I wonder if its possible to make an imported file ( let's say a jpg image for the instance) use a custom document type ( a custom document type extends from Picture ) If I use the 'new document' > 'MyCustomPictureType' and associate it ...
1 votes
1 answers
2 comments
1941 views
I've found a way to add contextual action in User action, by setting the category 'Contextual action' and manage its enablement properly. As explained here : http://doc.nuxeo.com/display/Studio/User+actions+categories But I can't find where to ...
0 votes
1 answers
1 comments
3473 views
Hello guys, I wonder how I can edit the default document type: 'File' For example disable the summary tab on the default 'File' document type. I would assume this document type should be listed in the Content Model > Document section. But it's ...
0 votes
1 answers
2 comments
2140 views
Hello, I'm noticing that if you create a schema in Nuxeo Studio with the advanced config option “allow nested complex types”, then actually create nested complex types, the XSD that gets generated is syntactically incorrect. Here's a snippet of the ...
0 votes
2 answers
6 comments
2372 views
Using Nuxeo Studio versioning, if I release a version, then makes some changes (current development), tag it for future reference, then I see some problem on the production version, revert to the release tag fix the issue and release it again. I can ...
0 votes
1 answers
3 comments
1697 views