
Carsten Rose
authored
Pressing 'new' on a form skips pushing an entry in the browser history. E.g.: 'List > Edit > New > Close' redirects back to 'Edit'. Also 'List > Edit > New > New > ... > New > Close' redirects back to 'Edit'. QfqFrom.js: replace 'window.location = target' by window.location.replace(target);