Skip to content

Improve actionform

Nik | Klampfradler requested to merge improve-actionform into master

This improves:

  • Permission checks – now done on object level inside the form, if the action function has a permission property set
  • Actions can return results (including HttpResponses, for e.g. export actions that generate a file download

Merge request reports