- Issue created by @jsacksick
- Status changed to Needs review
over 1 year ago 8:31am 24 February 2023 The last submitted patch, 2: 3344193-2.patch, failed testing. View results →
- 🇮🇱Israel jsacksick
Ok, so I didn't realize that the new workflow method that was made public as part of 🐛 StateItem::isTransitionAllowed() should only check that the passed transition is allowed Fixed doesn't check if the transition is possible, so I documented that.
The code is a little bit less clean with these changes... But considering guards could hold expensive logic, I really don't think it makes sense to invoke them for transitions that the caller doesn't intent to apply... So I still think this is the right thing to do.
-
jsacksick →
committed 6e30b42a on 8.x-1.x
Issue #3344193 by jsacksick: StateItem::isTransitionAllowed() should...
-
jsacksick →
committed 6e30b42a on 8.x-1.x
- Status changed to Fixed
over 1 year ago 10:26am 24 February 2023 - 🇮🇱Israel jsacksick
Still feeling a bit ambivalent about this, but... still decided to go ahead.
Automatically closed - issue fixed for 2 weeks with no activity.