Project

General

Profile

Bug #6493

Updated by krileon about 7 years ago

Both fieldArrayOrStringNameToId and fieldNameToId need to handle cases of null or '' values by returning null. This is to prevent querying or extra processing when not needed.

Back