diff --git a/src/backend/src/filesystem/ECMAP.js b/src/backend/src/filesystem/ECMAP.js index 249d33501..2a8a37107 100644 --- a/src/backend/src/filesystem/ECMAP.js +++ b/src/backend/src/filesystem/ECMAP.js @@ -52,7 +52,7 @@ class ECMAP { } else if ( selector instanceof NodePathSelector ) { - value = this.path_to_fsNodeContext[maybe_path]; + value = this.path_to_fsNodeContext[selector.value]; if ( value ) return value; let maybe_uid = this.path_to_uuid[value];