learnweb / moodle-tool_lifecycle

:recycle: Extensible Moodle plugin for managing course life cycles, e.g., deprovisioning
GNU General Public License v3.0
19 stars 31 forks source link

Replace current Form in view.php with Form API #180

Open NinaHerrmann opened 1 year ago

NinaHerrmann commented 1 year ago

https://github.com/learnweb/moodle-tool_lifecycle/blob/master/classes/local/table/interaction_attention_table.php#L122 Button is rendered as form with post params. The Form API handels post params (e.g. Session) itself.

... I am wondering why this has not been done previously so it might be more complicated than I thought...