Actions
Bug #5038
closedbackend list filters using index instead of value in sql
Description
When a backend list is utilizing Index then the Index is only supposed to be used to match the <option. The value should be used for the query, but due to case sensitive usage of ->internalvalue as ->internalValue it's not finding the value given to it.
Actions