Make it possible to override existing gadgets
---------------------------------------------

                 Key: NXP-8008
                 URL: https://jira.nuxeo.com/browse/NXP-8008
             Project: Nuxeo Enterprise Platform
          Issue Type: Improvement
            Reporter: Thomas Roger
            Assignee: Thomas Roger
             Fix For: 5.5


It should be possible to override an existing gadget by contributing this:

{code}
<internalGadget name="useractivitystream"
  disabled="true" />
<internalGadget name="useractivitystream"
  disabled="false">
  <mountPoint>/useractivitystream</mountPoint>
  <directory>newuseractivitystream</directory>
  <entryPoint>useractivitystream.xml</entryPoint>
  <category>gadget.category.social.workspace.private</category>
  <icon>gadget-useractivitystream.png</icon>
</internalGadget>
{code}

The gadget will be then stored in the following folder 
{{src/main/resources/gadgets/newuseractivitystream/}}.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to