[
https://issues.apache.org/jira/browse/NIFI-9272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Gresock updated NIFI-9272:
------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Validation can show component is valid when required property depends on
> another and is unset
> ---------------------------------------------------------------------------------------------
>
> Key: NIFI-9272
> URL: https://issues.apache.org/jira/browse/NIFI-9272
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
> Fix For: 1.15.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Consider a Processor that has two properties, Property A and Property B.
> Property A is required and defaults to a value of "foo". Property B is
> required but depends on Property A being set to "foo" (i.e., Property B is
> required iff Property A is set to the value "foo").
> When the Processor is created, Property A will have its default value, "foo".
> But Property B will be unset. The Processor is still considered valid, even
> though the required Property B is unset.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)