393ce2501c
it is not a useful report, but it doesnt rely on defaults. It's just so that I can work on the reporting without the defaults. General stuff like css and preset support will not be dependent on the defaults. By the time this is properly released, I will have developed a way of generating what is needed for reporting automatically.
19 lines
340 B
YAML
19 lines
340 B
YAML
name: 'OpenCase Reporting'
|
|
type: module
|
|
description: 'Reporting functionality for OpenCase'
|
|
core: 8.x
|
|
package: 'OpenCase'
|
|
dependencies:
|
|
- opencase_entities
|
|
- search_api
|
|
- search_api_db
|
|
- facets
|
|
- csv_serialization
|
|
- rest
|
|
- serialization
|
|
- user
|
|
- views_data_export
|
|
|
|
libraries:
|
|
- opencase_reporting/opencase-reporting-lib
|