#U4-5893 Fixed
Related Links - rearranging a link will completely remove all link content fields
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
|
||||
function getElementIndexByUrl(url) {
|
||||
for (var i = 0; i < $scope.model.value.length; i++) {
|
||||
if ($scope.model.value[i].link === url) {
|
||||
if ($scope.model.value[i].link == url) {
|
||||
return i;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user