Closed etiennedub closed 1 month ago
There was an issue with the quota condition when it was not set. pick_default($values['quota'], undef) return an empty string instead of undef. For this reason I changed the default value to an empty string and modify the condition accordingly.
pick_default($values['quota'], undef)
undef
There was an issue with the quota condition when it was not set.
pick_default($values['quota'], undef)
return an empty string instead ofundef
. For this reason I changed the default value to an empty string and modify the condition accordingly.