Skip to content

Commit d731274

Browse files
committed
Fix for use in Doc Type Grid Editor
This closes just the Url Picker dialog. Needed for packages like Doc Type Grid Editor or for use as Macro Parameters.
1 parent d6b0625 commit d731274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RJP.MultiUrlPicker/App_Plugins/RJP.MultiUrlPicker/MultiUrlPicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ angular.module("umbraco").controller("RJP.MultiUrlPickerController", function($s
113113
}
114114

115115
$scope.model.value = $scope.renderModel
116-
dialogService.closeAll()
116+
dialogService.close()
117117
}
118118

119119
function Link(link) {

0 commit comments

Comments
 (0)