- πΊπΈUnited States m.stenta
I'm going to close this as "won't fix" in the Log module itself. We may pursue a UI solution for it in farmOS.
Nick from BOTL Farm pointed out a feature that was in the 1.x branch of Log, but wasn't ported to 2.x: https://github.com/farmOS/farmOS/issues/508
In 1.x there was a bit of Javascript that would automatically toggle the "done" / "not done" checkbox in log add/edit forms when the timestamp field was changed. If the timestamp was less than "now" the log was assumed to be "done", otherwise it was assumed to be "not done".
https://git.drupalcode.org/project/log/-/blob/7.x-1.x/log.done.js
Replicate the script logic from https://git.drupalcode.org/project/log/-/blob/7.x-1.x/log.done.js in Log 2.x.
Perhaps Drupal's new #states
property can be used instead of JS?
TBD
Automatically change status to "done" / "pending" in Log add/edit forms when the timestamp field is changed.
None.
None.
Closed: won't fix
2.0
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm going to close this as "won't fix" in the Log module itself. We may pursue a UI solution for it in farmOS.