Files
FHC-Core/application/widgets
Paolo 15e350ea3a FilterWidget: extended the functionality of the default_filter flag
If only the "app" and "dataset_name" parameters are given, at the first loading of the FilterWidget:
1. Try to load the custom filter (person_id = logged user person_id) with the given "app" and "dataset_name" that is set as default filter (default_filter = true)
2. Try to load the global filter (person_id = null) with the given "app" and "dataset_name" that is set as default filter (default_filter = true)
3. Do not load anything to avoid to retrive too many data from DB
2018-05-24 12:37:50 +02:00
..
2016-06-19 19:41:10 +02:00
2016-06-20 08:36:37 +02:00
2016-06-19 19:41:10 +02:00
2017-04-27 19:06:36 +02:00
2017-03-27 17:23:20 +02:00
2016-06-23 10:28:26 +02:00
2018-05-09 12:36:35 +02:00