mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
WIP server side.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user