zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 3aa2a9775f7d87d5ee9fb5bc2240bc43f4ed8e00
parent 1af415cce2bd7372b4dd5aecb562f8dc0f45638d
Author: srfsh <dev@srf.sh>
Date:   Thu, 20 Oct 2022 15:21:07 +0300

Zenflows.VF.EconomicResource.Type: allow :name to be null

This is so because we might want to fallback on values, such as when we transfer.

Diffstat:
Msrc/zenflows/vf/economic_resource/type.ex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zenflows/vf/economic_resource/type.ex b/src/zenflows/vf/economic_resource/type.ex @@ -181,7 +181,7 @@ end input_object :economic_resource_create_params do @desc @name - field :name, non_null(:string) + field :name, :string @desc @note field :note, :string