node locking enhancements and fixes (#955)

* optimize image resolver

* allow previewing locked files

* allow selecting locked nodes

* fix comments and metadata tabs

* improved lock checks

* remove obsolete "experimental" directive
This commit is contained in:
Denys Vuika
2019-02-15 18:36:51 +00:00
committed by GitHub
parent 46c8062f2f
commit 4cde12dfee
40 changed files with 69 additions and 387 deletions

View File

@@ -177,11 +177,6 @@ export class SearchResultsComponent extends PageComponent implements OnInit {
return;
}
if (PageComponent.isLockedNode(node.entry)) {
event.preventDefault();
return;
}
this.showPreview(node);
}
}