Allow for some of the filters be exposed as an exposed form and override the pane configuration

Allow users to change group/section (maybe some other filters?).

Will be based on ctools patch #1901106: Allow querystring to (optionally) override empty exposed filters., comment 3.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hefox’s picture

hefox’s picture

FileSize
8.39 KB
hefox’s picture

Status: Active » Fixed
beeradb’s picture

Status: Fixed » Needs work

Couple small things I noticed, reopening to remind myself to do them tomorrow.

Incorrect function header:

+/**
+ * Implements hook_views_pre_view().
+ */
+function oa_core_views_post_execute(&$view) {

and this could probably use some comments.

+function _oa_subspaces_rearrange_options(&$options) {
beeradb’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.