ltb-project / service-desk

Application for support team who need to check and reset user passwords
https://service-desk.readthedocs.io/
GNU General Public License v3.0
49 stars 19 forks source link

Add a comment on an action in audit log #127

Open coudot opened 1 week ago

coudot commented 1 week ago

The need is to be able to enter a comment when doing an action like locking an account.

This comment will be stored in audit log.

coudot commented 5 days ago

Targeted actions for the moment:

My idea is to open a modal when cliking on the action button. The modal will display a comment textarea. Submitting it will do the action and save the comment in audit log.

See https://getbootstrap.com/docs/5.3/components/modal/

Requires #129 to have a recent bootstrap version

coudot commented 5 days ago

See with Abhishek