action


Related Questions
Hello, I'm working with nuxeo sudio 10.10 (WEB UI) and I would like to redirect the user after an action launching an automation chain. In my case I try to use the event property : https://doc.nuxeo.com/1010/nxdoc/how-to-use-events/ And the one I ...
  0 votes
  1 answers
  0 comments
  1234 views

Hi, I have an action of type “bare_link”, and I would like to execute a javascript function when the user clicks on the link, so I can register the event on the Audit Logs. I've seen that bare_link type actions are supposed to have a property called ...
  1 votes
  1 answers
  0 comments
  1699 views

Hello! Since the migration from Nuxeo 5.8 to Nuxeo 6.0 I don't have icons on the tabs of the user center. I add new entry in the user center it like this: <action id="UABDF" link="/incl/view_ua_config.xhtml" label="Configuration des UA" ...
  0 votes
  1 answers
  0 comments
  2158 views

Hi, Is it possible to add Document Preview (Fancybox) action button in search results column. Does this require creating a new widget? I'd like to be able to show document preview without the extra step of opening the document and clicking the ...
  1 votes
  1 answers
  1 comments
  1853 views

Hello, I try to hide the simple search inputText + button “Search” from the HeaderBar of Nuxeo platform, for anonymous user. I Try : <action id="simple_search"> <filter-id>not_anonymous</filter-id> </action> But it's not the ...
  0 votes
  1 answers
  1 comments
  3012 views

I m trying to override the send email action so that it appears on folderish documents. I thought this would do the trick, mergeing the folder and not_folder filters <require>org.nuxeo.ecm.platform.actions</require> <extension ...
  0 votes
  1 answers
  0 comments
  1828 views

i would like to disable document creation according to a user attribute. The best way would be to overload the create and import action filters, but i'm not sure it's possible, so, I just overloaded the newDocument action with a custom filter that ...
  0 votes
  2 answers
  5 comments
  2713 views

Hi, I configured a chain like the following: <chain id="minimum_chain"> <operation id="Seam.AddInfoMessage"> <param type="string" name="message">Success.</param> </operation> </chain> Additionally I configured in ...
  1 votes
  1 answers
  2 comments
  2272 views

I create a new doc type into Studio, and I deploy it into my Nuxeo instance. When I navigate into the Default Domain, there is no New Document button and I have no way to create my document type.
  0 votes
  1 answers
  0 comments
  2849 views