nuxeo-studio
Hello, I'd like to filter “new document” button in a particular tab. I assume that I have to filter the “SUBVIEW_UPPER_LIST” with id “create” on my new tab. May be I have to write an EL condition but I don't know the exact syntax. Or may be there's ...
0 votes
1 answers
0 comments
2063 views
Hi, I uploaded “test-picturebook.xhtml” in Nuxeo Studio in “resources/widgets”. I then contributed an extension point to display this xhtml : <extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions"> <action ...
0 votes
1 answers
0 comments
2131 views
I can modify email notification in mail templates (translate in french), but i don't know where modify subject … for example : [NUXEO]Document created I also need to translate email notification in collab space : Member Activity of ……. Thank you
0 votes
1 answers
0 comments
1948 views
Hello, I'd like to display the thumbnails of pictures in a content a view. Here's what I tried : I picked “Generic” in “Advanced Widgets” I chose “Image” as “Widget type” I added two fields for this widget : data.picture.views[3].content and ...
0 votes
0 answers
0 comments
3424 views
Hello, I've created a zip file in an automation chain and I'd like to send this file by mail. Here's a part of my chain : File > Get Document File > xpath: file:content
File > Zip > filename: photos.zip
Execution Context > Set Context ...
0 votes
2 answers
0 comments
2859 views
Hello, I have to send a zip file with a set of pictures but I can't manage to define the xpath. Here's what I try in the automation chain : Files > Get Document Files > xpath : file:content
Files > Zip > photos.zip I get the following ...
0 votes
1 answers
1 comments
1918 views
Hi, i have a document type with a multi valued complex field (validation). The widget is in edit mode, but i don t want the user to be able to delete existing values, just add new ones. I guess i have to use some MVEL condition about the display ...
0 votes
1 answers
1 comments
4386 views
Hello, At the end of a automation chain for a multi-publish action from a button, selected documents are still checked in the content view. How to uncheck them ? After many search, I found nothing about this. UI clear worklist doesn't work Thanks ...
0 votes
4 answers
3 comments
2183 views
I can use the Current document has life cycle to filter by life cycle, and even use a comma separated list (OR) to filter for multiple life cycles. Question: Is there a NOT function? I have many (50-100) life cycle states I need to pass and only one ...
0 votes
1 answers
2 comments
2765 views
I have created my own document type with my own schema using Nuxeo Studio. I have defined Creation and Edit Layouts. My document is extended from Nothing but it inherits dublincore schema :( Now I want to get rid of this default schema as I have my ...
0 votes
1 answers
4 comments
2497 views
Hi, i'm trying to implement a permanent deletion feature : I created a document type that lists the deleted documents for a given user, so that he can permanently delete the selected ones. Everything runs fine … for the first deletion It seems that ...
0 votes
2 answers
6 comments
3282 views
Hi, I have created an user action button that needs to be displayed only for a document when under a certain folder and when the document is in “approved” state. I cannot use the STARTSWITH within the query because while the folder name is defined ...
0 votes
1 answers
0 comments
2432 views
Hi, I have created a new layout which replaces the Edit screen when the document is in a certain state in the lifecycle. Submitting this form once again changes the state of the document. However I am unable to see how to store the data from the ...
0 votes
0 answers
4 comments
2208 views
Can you please tell me the any one scenario how to deploy nuxeo STUDIO Application in Nuxeo CMF? please tell me the step by step procedure.iam new to Nuxeo? Thanks alot for your patience. Thankyou Rama
0 votes
0 answers
0 comments
1331 views
Hello, Thanks to the help provided at http://answers.nuxeo.com/questions/2205/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a-workflow by @bjalon, I was able to move ahead and create a layout in Nuxeo Studio. This layout is to ...
0 votes
1 answers
2 comments
3030 views