zf

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

commit 1bb740c630bdd5ba9b6b9fa0ead712b4ac8b1d51
parent 4f45ef1f13f628961ae77cfec980ada03e7398a6
Author: Alberto Lerda <30939098+albertolerda@users.noreply.github.com>
Date:   Wed,  5 Oct 2022 17:52:50 +0200

Merge pull request #20 from dyne/fix-typo

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