Skip to content

BaseTriggerView: Populate empty optional fields

BryanDavis requested to merge work/bd808/T342014 into main

Populate an empty (technically falsey) optional field with its associated default value. The pre-existing logic was using a default value when the optional field was omitted from the input entirely or sent as a key with no value, but it failed to deal with an empty string as expected elsewhere.

Bug: T342014

Merge request reports