nuxeo-studio
Hello, I would like to reference every possible fonction we can use in “advanced mode configuration” to test field and then display or not field. So I need to know what sort of test we can do there and if I understood well this is in “JBoss EL” ? Or ...
0 votes
1 answers
4 comments
1796 views
Bonjour, via studio, je souhaites ajouter dans la barre d'actions (HOME,DM, STUDIO…) un bouton/lien me permettant de rediriger le user sur le workspace principal et u autre vers la racine de l'espace de publication; J'ai réussi à ajouter un bouton ...
0 votes
0 answers
0 comments
1731 views
Hello, I want to add some user actions on every result line on my content view. Each user actions must work with the document on the line. How can i do that ? Add a Template widget where i put a created xhtml file with an action button ? Thanks for ...
1 votes
2 answers
1 comments
1997 views
Hello, I just tested some interessant thing for me: I got a document that is completed by a workflow. This document got version archived during workflow process. If I came back on an old version, I was supposing that the workflow-Doc was saved too ...
0 votes
1 answers
0 comments
1997 views
Hello, I want to write about a newbie discover I did about test on “empty” value for advanced mode config tests as: http://doc.nuxeo.com/display/Studio/Control+the+display+mode+of+a+widget So the question was : How to not show a document field in a ...
0 votes
1 answers
4 comments
3262 views
Bonjour, j'aimerai savoir comment modifier la valeur par defaut qui est chargé dans contributors, en effet elle se charge par un user et j'aimerai la charger avec le nom d'un groupe. Est ce possible ? Merci d'avance
0 votes
2 answers
0 comments
2615 views
Hi, why can not we make a multiple selection for a category in a user action? This is to avoid declaring multiple user actions to do the same thing. Thanks
0 votes
0 answers
0 comments
1616 views
Hi, I'm evaluating the Nuxeo platform for use as an ECM for a customer. We are actively developing a larger system using the concept of Agile Development and Releases. For this purpose, I need to understand if there is a way to have multiple ...
1 votes
1 answers
1 comments
1815 views
Bonjour, quelqu'un peut il me dire si, via syudio, on peut modifier l'onglet “Contenu” d'un document ? Et où peut on trouver les sources pour la parie “publication” située en dessous des méta données communes ? merci d'avance.
0 votes
11 answers
5 comments
2547 views
Hello, Sometime i only have the possibility to add one type of document, It's possible to bypass the popup menu and directly move to the document creation layout ? If i can't, i think i have to do a User Action who do the job. Thanks
0 votes
1 answers
0 comments
2171 views
Hello, I want to add a JS confirm box to a User Action created on the Nuxeo Studio, it's possible ? Thanks.
0 votes
1 answers
4 comments
2909 views
Bonjour, avec studio je fabrique une content view pour un formulaire de recherche avancée. J'aimerai savoir si un champ texte pour permettre une recherche sur deux metadonnées différentes. Si oui comment faire ? Faut il fabriquer un widget ...
0 votes
2 answers
3 comments
2273 views
Considering that nuxeo bundles are kind of OSGI ones, I suppose that when 2 contribution target the same extension point, the first one to be loaded by the container will be the active one. I suppose too that the best way to ensure the loading order ...
0 votes
1 answers
0 comments
1918 views
I would like to display the PDF stored into the file:content field directly in my tab, not the link to download it. How can I do that ?
0 votes
1 answers
0 comments
1546 views
Hello, I need to get a list of document with a special query and use it on a template ( .xhtml ) but i don't know how to do that … I think i have to add a seam action (with Nuxeo IDE) who process my search but i didn't found any tutorials about it. ...
0 votes
0 answers
0 comments
1349 views
Hello, I want to create/modify a vocabulary when i create/modify a document. The vocabulary is a pair value of document ID and document Name. Typically : Get or create a named vocabulary. When i create it, add all ID/Name of a list of document. ...
0 votes
0 answers
0 comments
2087 views
Hello, I try to make a template wich give the sections where a document is published. I copy this template : document_publish_template.xhtml. This template work fine when I use it in a vien of a document (view layout in studio) but it doesn't work ...
0 votes
0 answers
0 comments
1510 views
I need to create a field who it look like a multiple vocabulary but the values are a list of document name (one type of document) but i don't know how to do this. I know there are the single/multi document suggestion but it's a search field not a ...
0 votes
1 answers
0 comments
2208 views
Hi, I have designed a workflow in my nuxeo studio : wTest, this workflow has first user task and the assignee property in this task has this value: @{WorkflowVariables["user_assigned"] == "" ? "user_group" : WorkflowVariables["user_assigned"]} , ...
0 votes
1 answers
0 comments
2673 views
When i use a Operation made with Eclipse Studio IDE on the Studio (with the Export Operation button on Nuxeo Studio View) i alway get the message “No operation was bound on ID: XXXXXX”. How i did my Operation : Used Nuxeo IDE to auto-create it. ...
0 votes
2 answers
0 comments
3088 views
I have designed a content view in my nuxeo studio and I want to define an event to refresh it when I create a document in another custom view, the created document only is showed in my content view when I do click the content view refresh button. I ...
0 votes
1 answers
1 comments
3907 views
I would like to add a tab in Admin Center and in Management tab sub tab list. How can I do that in Studio?
1 votes
1 answers
1 comments
2674 views
Hello, with studio, when I try to delete a column in a content view, I have this error : Have you an idea of the problem ?
0 votes
0 answers
1 comments
1595 views
Hello, I noticed a litle change in UI recently in response to my studio project. I set a couple of buttons in studio with the following behavior: Both buttons are attached to the same location in UI. First button is displayed according to a given ...
0 votes
0 answers
4 comments
2039 views
Hello, I want the user to choose a value between a list of values with a “selection list”. I saw “selection list” only on simple vocabulary. My list cannot be defined as a vocabulary, because it's generated, but I want to use a “HTML selection list” ...
0 votes
0 answers
0 comments
1513 views
Hello, I'm stuck on a bug in nuxeo studio interface. We are using “grouper” convention naming group that is app:appName:groupOfMe The problem is about workflow in Nuxeo Studio. You are supposed to use group:nameOfMyGroup for “assignees” on a task. ...
0 votes
2 answers
5 comments
2706 views
Hello, in a custom document type, I search to get the label of the document type, how can I do to display this information in a create view ? thanks
0 votes
2 answers
0 comments
2104 views
Hello, I would like to compare a workflow variable to a date formatted value but couldn't find the good EL expression on http://doc.nuxeo.com/display/NXDOC/Manage+layouts#Managelayouts-ELexpressionsinlayoutsandwidgets It looks like date are still ...
0 votes
1 answers
0 comments
1881 views
Hello, New user of Nuxeo (a very good product) but i want update own metadata with studio but how do this. Thanks
0 votes
0 answers
1 comments
1180 views
Hello Is it possible in Studio to restraint “creation” of a document type only for a group ? thanks
0 votes
1 answers
4 comments
2119 views
Hello, ${baseURL} in freemarker document template is empty. Why? thanks
0 votes
1 answers
4 comments
5091 views
Hello, I declared freemarker function that are common to all my freemarker templates. So I dream to use freemarker code in this nuxeo freemarker document template : <#include "file_of_functions"> But: is it possible with nuxeo template ? what ...
0 votes
0 answers
0 comments
1649 views
Bonjour, est il possible lorsque l'on définit un type de document “custom” de faire en sorte que certains champs à saisir ne s'affichent que sous condition d'un autre champ ? Ce que l'on appelle formulaire avec champ à affichage conditionnel… Merci ...
0 votes
0 answers
0 comments
1378 views
Hello, I'm currently trying to migrate my project from a platform to another. Both platforms are 5.6, both registered as nuxeo connect instances. The problem is when I try to install hotfixes or to import my studio bundle, things are not setting up ...
0 votes
1 answers
2 comments
3041 views
Hi, i have made a new project By Nuxeo Studio, in trial Version , if Trial version get expired, there is ant effect of Expiring in my project Please Tell me?
0 votes
1 answers
0 comments
2178 views
Hi, We want to add 2 people with studio accounts manage the same project. When we login into studio we want to see the same project. Hope that makes sense. Thanks in Advance. Regards, Hari Kusumba
0 votes
1 answers
0 comments
1129 views
Hi Anahide, I have defined a workflow variable of type Blob and when I use it in a task form (view mode), I want to set property value downloadLabel with my attached file filename. When I test my workflow, the label used is “Download” and I want to ...
0 votes
1 answers
0 comments
2310 views
Hello Nuxeo people, I'm using the studio and in this case i'm focussed on the Content Model -> Structure Templates functionality. My problem is if i want to create a document with a ' in it (for instance “L'école …“) i have to pass my document ...
0 votes
1 answers
0 comments
1155 views
Hello, I couldn't find a widget to search on LIFECYCLE “State” (not talking about transitions LCT just states). Could you help me ? thanks
0 votes
3 answers
2 comments
1828 views
Hello, and if I want use the default workflow in my own document type ? I follow this documentation : http://doc.nuxeo.com/display/Studio/Workflow+engine+FAQ <extension target="org.nuxeo.ecm.platform.actions.ActionService" point="filters"> ...
0 votes
1 answers
2 comments
2552 views
Hello, How can i create a group who manage only users in nuxeo studio ? Thank you, Abdoul.
0 votes
0 answers
0 comments
1368 views
Hello, Is't possible to redirect user in worspaces after login using only nuxeo studio ? Thank you, Abdoul
0 votes
1 answers
1 comments
2982 views
Hello, with studio, I have created an xml extension to enable workflow on my document type with the name : DefaultWorkflowFilterOverride <extension target="org.nuxeo.ecm.platform.actions.ActionService" point="filters"> <filter ...
0 votes
1 answers
3 comments
2113 views
Hi, I want to know if the Query operation in automation chain returns null when document is not found. Also how can I validate in next operation if the document exists, get its metadata or if this is null do anything.
0 votes
1 answers
0 comments
1733 views
Hello, I would like to know what HTML tags can I use in document template with nuxeo ? As exemple : < br / > failed. I try some HTML tag and style that doesn't work. Is it html 5 ? thanks
0 votes
0 answers
0 comments
1231 views
Hello, Is it possible to use CSS class in document template ? And how ? thanks
1 votes
1 answers
1 comments
1970 views
Hello, I want to insert an image in a document template with freemarker language like this: <img src="/img/FAQIcon.png"> Document is in HTML then it's converted into PDF :-( This image is not in the final document, I just got an empty square. ...
1 votes
1 answers
1 comments
16128 views
Hi, On Nuxeo 5.6, using Studio, about forms in accept/reject tasks : I would like through the workflow designer to make a field required, but only for the “accept” button and not for the “reject” one. I tried something by setting the required field ...
1 votes
2 answers
11 comments
3984 views
hello, with an automation chain I want that when I'm save a document the older version of the document is deleted. I can not filter the oldest from the query release. How to do? this is my automation chain : fetch > Context Document(s) fetch > ...
0 votes
0 answers
0 comments
2125 views
…and when to use each of them thanks
0 votes
1 answers
0 comments
1534 views