WIP server side.

This commit is contained in:
Ahmed Bouhuolia
2020-01-22 02:09:45 +02:00
parent de905d7e7c
commit 488709088b
123 changed files with 14885 additions and 771 deletions

View File

@@ -36,16 +36,7 @@ export default {
setExtraColumns(columns) {
this.extraColumns = columns;
},
/**
* Retrieve the cache namespace.
*/
getCacheNamespace() {
const { metadataCacheNamespace: cacheName } = this;
return typeof cacheName === 'function'
? cacheName() : cacheName;
},
/**
* Metadata database query.
* @param {Object} query -
@@ -126,7 +117,7 @@ export default {
metadata.markAsDeleted = true;
}
this.shouldReload = true;
},
/**
* Remove all meta data of the given group.