Skip to content

0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dontub dontub released this 27 May 10:38
· 70 commits to main since this release

Notes

In links of Views the destination parameter is now always set to the current page, i.e. a previous destination parameter is overridden 0051025.
This requires the module views_current_path with this patch. To apply the patch (until it is merged) you might want to use the composer-patches plugin with these lines in the extras properties:

"patches": {
    "drupal/views_current_path": {
        "fallback string only in preview": "https://git.drupalcode.org/project/views_current_path/-/merge_requests/8.patch"
    }
}

What's Changed

  • Use short date format in combined case list by @dontub in #51
  • ApplicationProcessDropButton: Improve decoratability by @dontub in #52
  • Redirect to funding case after adding an application by @dontub in #53
  • Add clearing feature by @dontub in #54

Full Changelog: 0.3.4...0.4.0