Actions
Bug #6493
closedXML converting field name to id doing so for empty values
Description
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.
Actions