joomla-projects / soc21_website-cronjob

GNU General Public License v2.0
5 stars 3 forks source link

Fix auto-setting of `created_by` field on Task creation (#23) #26

Closed ditsuke closed 2 years ago

ditsuke commented 2 years ago

Pull Request for Issue #23.

Summary of Changes

Fixes auto-setting of created_by in the responsible TaskTable::save() method. Also improves docs and cleans up the class.

Testing Instructions

Create a new task and check if the created_by (user) field reflects in the form.

Actual result BEFORE applying this Pull Request

created_by doesn't get set correctly.

Expected result AFTER applying this Pull Request

created_by gets set correctly.