You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/05/11 21:02:00 UTC

[jira] [Commented] (NIFI-11287) UI - Dependent properties are not detected for parameters

    [ https://issues.apache.org/jira/browse/NIFI-11287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721917#comment-17721917 ] 

ASF subversion and git services commented on NIFI-11287:
--------------------------------------------------------

Commit 09cef4ff99428e841cd0c4c2725bb80d4f2ea138 in nifi's branch refs/heads/main from M Tien
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=09cef4ff99 ]

NIFI-11287: detect dependent properties when the property it depends on references a parameter (UI) (#7117)

* NIFI-11287: detect dependent properties when the property it depends on references a parameter

* address review feedback

* address more review comments

* - loadProperties checks type before getting the parameter context
- retrieve the parameter context with ajax call from inside the class

* add type parameter to all places calling loadProperties

* get reference parameters by invoking provided callbacks from the client

* check for user permissions before requesting for referenced parameters

* address review feedback

This closes #7117 

> UI - Dependent properties are not detected for parameters
> ---------------------------------------------------------
>
>                 Key: NIFI-11287
>                 URL: https://issues.apache.org/jira/browse/NIFI-11287
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core UI
>    Affects Versions: 1.19.1
>            Reporter: Margot Tien
>            Assignee: Margot Tien
>            Priority: Minor
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Dependent properties loses its dependency if the property it depends on references a parameter.
> For example - if {{Property B}} depends on {{Property A}} and {{Property A}} is converted to a parameter, then {{Property B}} does not show or hide correctly. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)