FileResource.php refactor

This commit is contained in:
Čarodej
2022-02-25 18:12:14 +01:00
parent 45a46bbc65
commit 6fd8ddf680
3 changed files with 56 additions and 50 deletions

View File

@@ -151,7 +151,7 @@
return this.clipboard[0]
},
canShowMetaData() {
return this.clipboard[0].data.relationships.metadata
return this.clipboard[0].data.relationships.exif
},
isLocked() {
return this.clipboard[0].data.relationships.shared.protected