nuHasBeenSaved()
Posted: Mon Aug 13, 2018 8:58 am
Hi,
Two situations where the window.nuTimesSaved counter should not be incremented:
1.
After a Clone Action has taken place, nuHasBeenSaved() should return 0.
(window.nuTimesSaved = 0;)
Edit: As I see, this has been solved, it's on Github.
2.
When a new record is opened and then, if the unsaved record is refreshed (Options Menu -> Refresh or Ctrl + Shift + R) nuHasBeenSaved() is incremented.
Two situations where the window.nuTimesSaved counter should not be incremented:
1.
After a Clone Action has taken place, nuHasBeenSaved() should return 0.
(window.nuTimesSaved = 0;)
Edit: As I see, this has been solved, it's on Github.
2.
When a new record is opened and then, if the unsaved record is refreshed (Options Menu -> Refresh or Ctrl + Shift + R) nuHasBeenSaved() is incremented.