Commit Graph

11 Commits (439ec1c29c821469f25a9b7d8b9da6f9391e5d53)

Author SHA1 Message Date
Konstantin Haase 439ec1c29c try super first, this is a mixin 14 years ago
Tim Felgentreff 8d4efffb15 only store the passed query in the session if it is accessed via _show_ 14 years ago
Tim Felgentreff f24138bbe3 remove lost debugger statement 14 years ago
Tim Felgentreff ff89ce5068 provide a store_query method (query -> session) to mirror the build_method (session -> query) and use it 14 years ago
Philipp Tessenow a41f4779f2 remove old clear_cache statement 14 years ago
Tim Felgentreff 36d73d88dd dynamic values for immediate dependents work 14 years ago
Tim Felgentreff 352609787a make getting dependent available values a before filter, to be able to call it from all routes 14 years ago
Tim Felgentreff 23f0d15439 attach to filters with dependents. the controller action is basically what it should be, the missing link is the Reporting.Filters.narrow_values function, where we have to call the controller action, give it the dependency from which it is called and the dependent name on which it should return values. the controller will (as already implemented) return the list of available values as json, so the JS then has to update the selectbox 14 years ago
jwollert 26389f8bfd fix ticket #18534 by putting rename into before_filter to resolve id params 14 years ago
jwollert 8ede37d3a2 change the controller's #determine_filter_settings to #determine_settings, because group_bys get set in there too 14 years ago
Tim Felgentreff d34c9cee1d move common controller code into a mixin 14 years ago