zf

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

commit f601d99cf5e0609b3ad74881db2992324373bbfb
parent 6cb36010f9aadfdf833131b4e6b0b7744d9e1d69
Author: srfsh <dev@srf.sh>
Date:   Mon, 17 Oct 2022 17:20:10 +0300

Zenflows.Vf.Proposal.Filter: tiny fix

Diffstat:
Msrc/zenflows/vf/proposal/filter.ex | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/zenflows/vf/proposal/filter.ex b/src/zenflows/vf/proposal/filter.ex @@ -127,8 +127,8 @@ defp chgset(params) do |> Validate.class(:or_primary_intents_resource_inventoried_as_primary_accountable) |> Validate.class(:primary_intents_resource_inventoried_as_classified_as) |> Validate.class(:or_primary_intents_resource_inventoried_as_classified_as) - |> Validate.name(:primary_intents_resource_inventoried_name) - |> Validate.name(:or_primary_intents_resource_inventoried_name) + |> Validate.name(:primary_intents_resource_inventoried_as_name) + |> Validate.name(:or_primary_intents_resource_inventoried_as_name) |> Filter.check_xor(:primary_intents_resource_inventoried_as_conforms_to, :or_primary_intents_resource_inventoried_as_conforms_to) |> Filter.check_xor(:primary_intents_resource_inventoried_as_primary_accountable,