IRC logs for #farmOS, 2021-10-18 (GMT)

2021-10-17
2021-10-19
TimeNickMessage
[13:56:18]* shane_aldrich[m] has joined #farmos
[14:19:57]<symbioquine[m]>I wonder if I might have caused https://www.drupal.org/project/farm/issues/3244414 with my recent changes to the archive timestamp logic. I will take a look at it this evening...
[14:20:21]<mstenta[m]>I don't think so symbioquine
[14:20:51]<mstenta[m]>We should be checking that the state transition is valid in that action, and we aren't
[14:20:57]<mstenta[m]>paul121 is working on it now
[14:21:52]<paul121[m]>yeah, it's working as designed: https://git.drupalcode.org/project/state_machine/-/blob/8.x-1.x/src/Plug...
[14:22:56]<paul121[m]>we need logic that allows "entity is already in this state || transition is allowed"
[14:30:19]<symbioquine[m]>Cool