Fixes: U4-2777 Get legacy tree pickers working - calls the close callback by inside of the umb client mgr instead of having to modify the dialogservice, this works well for legacy pickers.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
editor: {
|
||||
view: "~/App_Plugins/MarkDownEditor/markdowneditor.html"
|
||||
},
|
||||
preValueEditor: {
|
||||
prevalues: {
|
||||
fields: [
|
||||
{
|
||||
label: "Preview",
|
||||
|
||||
@@ -38,5 +38,5 @@
|
||||
<add silent="false" initialize="true" sortOrder="2" alias="yourTasks" application="translation" title="Tasks created by you" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" type="umbraco.loadYourTasks, umbraco" action="" />
|
||||
<!-- Custom -->
|
||||
<!--<add application="myApplication" alias="myTree" title="Me Tree" type="MyNamespace.myTree, MyAssembly"
|
||||
iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="10" />-->
|
||||
iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="10" />-->
|
||||
</trees>
|
||||
Reference in New Issue
Block a user