mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-12 21:38:32 +03:00
Removed categories from list and using test_export_events
This commit is contained in:
@@ -4,7 +4,8 @@ function prefixedTabs (prefix, cfg) {
|
|||||||
if (!cfg) cfg = {}
|
if (!cfg) cfg = {}
|
||||||
const prf = key => cfg[key] ? `${prefix}_` : ''
|
const prf = key => cfg[key] ? `${prefix}_` : ''
|
||||||
return {
|
return {
|
||||||
[`${prf('events')}export_events`]: BP.deeprows,
|
// [`${prf('events')}export_events`]: BP.deeprows,
|
||||||
|
[`test_export_events`]: BP.deeprows,
|
||||||
// [`${prf('categories')}export_categories`]: [BP.groups, BP.rows],
|
// [`${prf('categories')}export_categories`]: [BP.groups, BP.rows],
|
||||||
[`${prf('associations')}export_associations`]: BP.deeprows,
|
[`${prf('associations')}export_associations`]: BP.deeprows,
|
||||||
[`${prf('sources')}export_sources`]: BP.deepids,
|
[`${prf('sources')}export_sources`]: BP.deepids,
|
||||||
|
|||||||
Reference in New Issue
Block a user