Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Mar 29, 2010 @ 13:21
    Hendy Racher
    0

    Package Action

    Hi,

    I'm having an issue with a package where the following action doesn't seem to update the ui.xml file.

        <Action runat="install" undo="true" alias="AddTreeNodeType">
          <nodeType alias="relations">
            <header>Relation Types</header>
            <tasks>
              <delete assembly="UmbracoRelations" type="RelationTypeTasks" />
            </tasks>
          </nodeType>
        </Action>
    

    I only need to hook into the delete event, so I'm wondering if the action expects to see configuration nodes for a create usercontrol and create tasks ?

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Mar 29, 2010 @ 20:05
    Hendy Racher
    1

    Fixed - added PackageActionsContrib.dll into the package, as had assumed AddTreeNode was a core part of Umbraco.

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Mar 30, 2010 @ 10:27
    Hendy Racher
    0

    ...had assumed AddTreeNode AddTreeNodeType was a core part of Umbraco.

Please Sign in or register to post replies

Write your reply to:

Draft