-
- Downloads
add the DashboardCardSeries model which allows attaching additional cards to a...
add the DashboardCardSeries model which allows attaching additional cards to a DashboardCard. this includes the new database migration, new model code, new persistence functions on DashboardCard, and a bunch of unit tests.
Showing
- resources/migrations/027_add_dashcardseries_table.yaml 55 additions, 0 deletionsresources/migrations/027_add_dashcardseries_table.yaml
- resources/migrations/liquibase.json 2 additions, 1 deletionresources/migrations/liquibase.json
- src/metabase/api/dashboard.clj 6 additions, 4 deletionssrc/metabase/api/dashboard.clj
- src/metabase/models/card.clj 1 addition, 0 deletionssrc/metabase/models/card.clj
- src/metabase/models/dashboard_card.clj 99 additions, 5 deletionssrc/metabase/models/dashboard_card.clj
- src/metabase/models/dashboard_card_series.clj 7 additions, 0 deletionssrc/metabase/models/dashboard_card_series.clj
- test/metabase/api/dashboard_test.clj 1 addition, 0 deletionstest/metabase/api/dashboard_test.clj
- test/metabase/models/dashboard_card_test.clj 266 additions, 0 deletionstest/metabase/models/dashboard_card_test.clj
Loading
Please register or sign in to comment