Project

General

Profile

Feature #38361

Updated by Ernesto Puerta about 5 years ago

Minor UX improvement: on editable forms, when some field is changed but neither Add/Edit/... or Cancel/Back buttons are clicked, on window/tab exit or history back, let's display the regular modal prompt: "This page contains unsaved/un-applied changes. Are you sure you want to exit?". This practice practices has become widespread in most WebUIs. 

 There's a reference example in "this Angular tutorial":https://angular.io/guide/router#candeactivate-handling-unsaved-changes (in that example the validation happens after Save, so the routing behaviour is blocked until effective saving happened).

Back