You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed an issue within the Column class where there seems to be a mix-up in the assignment of timestamps for tasks. Specifically, both the tasks:created_at and tasks:updated_at fields are being assigned to the same attribute, created_at. This leads to a lack of distinction between the creation and update timestamps for tasks associated with a column, potentially causing confusion and errors in timestamp handling.
The text was updated successfully, but these errors were encountered:
Hello,
I've noticed an issue within the Column class where there seems to be a mix-up in the assignment of timestamps for tasks. Specifically, both the tasks:created_at and tasks:updated_at fields are being assigned to the same attribute, created_at. This leads to a lack of distinction between the creation and update timestamps for tasks associated with a column, potentially causing confusion and errors in timestamp handling.
The text was updated successfully, but these errors were encountered: