dbarzin / deming

Management tool for the information security management system / Outil de gestion du système de management de la sécurité de l'information
GNU General Public License v3.0
229 stars 55 forks source link

fix the saving of the review date in the ActionplanController #70

Closed DomLeMarin closed 6 months ago

DomLeMarin commented 6 months ago

When modifying an action plan, one can modify the review date. The review date is actually the plan date of the next control, and not of the active control. Therefore, when saving the review date, one needs to load the next control, and then save the plan date of the next control.

dbarzin commented 6 months ago

Good finding ! Thanks, Didier