zf

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

commit 8380d3d4b35503c551180191d8bd05d8c8172a89
parent b543adaf214050a1236555804e3fae30095101d3
Author: Alberto Lerda <albertolerda97@gmail.com>
Date:   Wed,  5 Oct 2022 17:09:22 +0200

Zenflows.VF.Process.Type: fix typo

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

diff --git a/src/zenflows/vf/process/type.ex b/src/zenflows/vf/process/type.ex @@ -141,7 +141,7 @@ input_object :process_update_params do @desc @classified_as field :classified_as, list_of(non_null(:uri)) - @desc :based_on_id + @desc @based_on_id field :based_on_id, :id, name: "based_on" @desc @planned_within_id