Actions
Bug #4984
closedAdmin Ahawow backend default values of sub-parameters in arrays (e.g. CBSubs display invoice orderings) are not used correctly
Bug #4984:
Admin Ahawow backend default values of sub-parameters in arrays (e.g. CBSubs display invoice orderings) are not used correctly
Description
This is due to commit 0ff7ea3b0426e023e83ffca06e8d2db30322fd74 line 555+556 which look to be a bug, as:
1. $default is not used in that get()
2. it tries to grab the index at the parent level desperately, which seems really wrong.
Assigning that to Kyle as you authorded those lines, to understand what problem they were trying to solve before removing them.
Actions