basxsoftwareassociation / bread

Engine to create database applications based on Django and the IBM Carbon Design System
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Better behaviour for datatables clicks #40

Closed saemideluxe closed 3 years ago

saemideluxe commented 3 years ago

When clicking on an action of the datatable (add button, default row click, bulk-action or row-action) some target views support a "next" parameter in the url. This can be used to redirect back to the data-table url which is sometimes very helpfull. Currently we can give a "backurl" parameters to pass as the "next" parameter. This needs to be revised, the behaviour is currently inconsistent.