frankgiordano / PlatformTracker

A rudimentary helpdesk type application.
3 stars 0 forks source link

Send Chronology update notification when saving even though its description hasn't changed. #191

Closed frankgiordano closed 3 years ago

frankgiordano commented 3 years ago

Avoid sending email notification when clicking on floppy (save) icon in edit mode of an existing chronology timeline event if its description hasn't changed.

frankgiordano commented 3 years ago

done

frankgiordano commented 3 years ago

Reopening. Made improvements: when clicking on floppy save icon dont display save success message if nothing has changed, avoid backend save if nothing has changed and return an exception instead. Use exception message on front end to avoid display any success message. Leave it be and continue to show floppy save icon until an actual save is performed then revert to show edit icon and new updated static description field.

frankgiordano commented 3 years ago

done