- Issue created by @enchufe
- Status changed to Needs review
3 months ago 8:41am 6 August 2024 - Merge request !4Issue #3466235: Refine the process value filtering so that it gets values from the row → (Merged) created by enchufe
- Status changed to Postponed: needs info
3 months ago 9:48am 6 August 2024 - 🇧🇪Belgium dieterholvoet Brussels
In that case maybe
isset($value[$key])
should becomearray_key_exists($key, $value)
? Because now, if the array index is set but has a NULL value, it will still fallback to$row->get($key)
. What do you think? - Status changed to Needs review
3 months ago 6:44am 7 August 2024 - 🇪🇸Spain enchufe Spain
You are right #5 🐛 Refine the process value filtering so that it gets values from the row Postponed: needs info , it is more convenient to check it with
array_key_exists()
, I update the PR and the patch. -
DieterHolvoet →
committed 542e91e5 on 1.x authored by
enchufe →
Issue #3466235 by enchufe, DieterHolvoet: Refine the process value...
-
DieterHolvoet →
committed 542e91e5 on 1.x authored by
enchufe →
- Status changed to Fixed
3 months ago 7:02am 7 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.