nuxeo-studio
I set up a new action that sends an email containing the titles of the selected docs. Everything's fine in workspaces but I can't have it working in Sections : if i check “Selection is not empty”, my button is never activated. if i uncheck it, the ...
0 votes
0 answers
1 comments
1500 views
I m into implemeting an action about document lists, so i chose the “Document List Toolbar” category. That's working fine except for Sections. Is there a specific category for that kind of document list ? Where can i find a comprehensive list of ...
1 votes
2 answers
0 comments
1687 views
Can I set up initial subgroups using studio? If so how? Thanks, Karl
0 votes
0 answers
0 comments
924 views
Hi, In Nuxeo Studio, when I create a contentView, I set in the tab “Results”, then “Advanced Configuration”, the title and checking “show title” but that doesn't appear in Nuxeo. Is this a bug? I noticed another problem, when configuring a “local ...
0 votes
1 answers
0 comments
2006 views
Hi, I modified my project studio this morning by adding a metadata schema to a document type. When exporting my project on my server, I receive the following error: (I think it just changes the NXP-9233 July 15) ...
0 votes
1 answers
6 comments
2012 views
Hi, Why the option “USER_GROUP_TYPE” does not exists in Studio for the widget Type “Multiple users/groups suggestion” ? But if y put a Custom properties configuration as field “userSuggestionSearchType” and the value “USER_GROUP_TYPE”, Nuxeo adds ...
0 votes
1 answers
0 comments
2291 views
Following the “One step validation workflow tutorial”, i created a custom permission and i'm using it to retrieve the users for a Workflow.CreateTask operation. Everything is working fine, except the “everything” permission being given to ...
0 votes
1 answers
0 comments
2094 views
The definition of the immediate check box in User Actions is: Immediate Change this value if you'd like the action to be executed without validating the enclosing form. I've found: If the immediate box is checked in a user action. Data is entered on ...
1 votes
0 answers
1 comments
1654 views
I have a simple widget: <div xmlns:c=“http://java.sun.com/jstl/core” xmlns:h=“http://java.sun.com/jsf/html” xmlns:f=“http://java.sun.com/jsf/core” xmlns:nxu=“http://nuxeo.org/nxweb/util” xmlns:nxd=“http://nuxeo.org/nxweb/document”> < ...
0 votes
2 answers
4 comments
2042 views
hi, i declared the LoginSuccess in the registry, defined an event handler and whatever the associated operation chain (ie : notification.send email), be it asynchronous, i have the following error, even after server restart Failed to handle event ...
0 votes
0 answers
0 comments
1386 views
Is there any way to configure the priority of an event handler in studio or do i have to create an extension to define my listener ?
0 votes
1 answers
0 comments
3784 views
What is the correct way to catch the user workspace creation event ? Using “Document path starts with /default-domain/UserWorkspaces(/)” matches any workspace under the current user workspace, and i am just not able to write an EL expression in my ...
0 votes
1 answers
0 comments
1527 views
Hi, is there anyway to access the JbpmTaskActionsBean getCurrentDocumentTasks method from an automation chain ? There is no workflow process in studio, just tasks. If i use the create.task service using the “create one task per actor” options, how ...
0 votes
0 answers
0 comments
1531 views
Almost everything is in the title : the UpdateProperty part of my automation chain : ...
individu_bx4:nom=@{CurrentUser["lastName"]}
dc:title=@{CurrentUser["lastName"]} @{CurrentUser["firstName"]} Using a button in the edit form, my document is ...
0 votes
1 answers
5 comments
2729 views
When I customize the Nuxeo 5.5 using Nuxeo Studio, the default column for Live Edit Link doesn't show the icons link on the document listing page. If i remove the customized plugin then the Live Edit Link is there again. So I think there is ...
0 votes
2 answers
1 comments
2444 views
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