Multi Url Picker fix
This commit is contained in:
committed by
Sebastiaan Janssen
parent
0aaf284f7f
commit
3dc0bbeff3
+1
-1
@@ -72,7 +72,7 @@ function multiUrlPickerController($scope, angularHelper, localizationService, en
|
|||||||
view: "linkpicker",
|
view: "linkpicker",
|
||||||
currentTarget: target,
|
currentTarget: target,
|
||||||
dataTypeId: ($scope.model && $scope.model.dataTypeId) ? $scope.model.dataTypeId : null,
|
dataTypeId: ($scope.model && $scope.model.dataTypeId) ? $scope.model.dataTypeId : null,
|
||||||
ignoreUserStartNodes : $scope.model.config.ignoreUserStartNodes,
|
ignoreUserStartNodes: ($scope.model.config && $scope.model.config.ignoreUserStartNodes) ? $scope.model.config.ignoreUserStartNodes : "1",
|
||||||
show: true,
|
show: true,
|
||||||
submit: function (model) {
|
submit: function (model) {
|
||||||
if (model.target.url || model.target.anchor) {
|
if (model.target.url || model.target.anchor) {
|
||||||
|
|||||||
Reference in New Issue
Block a user