Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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 ?
Fixed - added PackageActionsContrib.dll into the package, as had assumed AddTreeNode was a core part of Umbraco.
...had assumed AddTreeNode AddTreeNodeType was a core part of Umbraco.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Package Action
Hi,
I'm having an issue with a package where the following action doesn't seem to update the ui.xml file.
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 ?
Fixed - added PackageActionsContrib.dll into the package, as had assumed AddTreeNode was a core part of Umbraco.
...had assumed AddTreeNode AddTreeNodeType was a core part of Umbraco.
is working on a reply...