Test associations

This commit is contained in:
efarooqui
2020-10-14 08:12:56 -07:00
parent e5288c2599
commit 2e1d098d12

View File

@@ -7,7 +7,8 @@ function prefixedTabs (prefix, cfg) {
// [`${prf('events')}export_events`]: BP.deeprows, // [`${prf('events')}export_events`]: BP.deeprows,
[`test_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,
[`test_export_associations`]: BP.deeprows,
[`${prf('sources')}export_sources`]: BP.deepids, [`${prf('sources')}export_sources`]: BP.deepids,
[`${prf('sites')}export_sites`]: BP.rows [`${prf('sites')}export_sites`]: BP.rows
} }