Update pankow
This commit is contained in:
@@ -61,7 +61,7 @@ export default {
|
||||
if (this.$refs.imageViewer.canHandle(this.item)) {
|
||||
// collect other files in directory for prev/next action
|
||||
const otherSupportedEntries = files.filter((item) => this.$refs.imageViewer.canHandle(item)).map((item) => {
|
||||
item.resourceUrl = `/viewer/${this.resourceType}/${this.resourceId}${item.folderPath}/${item.fileName}`;
|
||||
item.resourcePath = `/viewer/${this.resourceType}/${this.resourceId}${item.folderPath}/${item.fileName}`;
|
||||
item.fullFileUrl = this.directoryModel.getFileUrl(`${item.folderPath}/${item.fileName}`);
|
||||
return item;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user