mirror of
https://github.com/syncthing/syncthing.git
synced 2026-05-11 08:33:04 -04:00
@@ -24,6 +24,9 @@ angular.module('syncthing.core')
|
||||
scope.folderPathErrors.isParent = false;
|
||||
scope.folderPathErrors.otherID = "";
|
||||
scope.folderPathErrors.otherLabel = "";
|
||||
if (!viewValue) {
|
||||
return true;
|
||||
}
|
||||
for (var folderID in scope.folders) {
|
||||
if (folderID === scope.currentFolder.id) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user