You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2019/09/06 17:42:55 UTC

[nifi] branch master updated: NIFI-6632 - Add tooltip to parameter value field indication it does not support EL or parameter references.

This is an automated email from the ASF dual-hosted git repository.

scottyaslan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new b9c0f51  NIFI-6632 - Add tooltip to parameter value field indication it does not support EL or parameter references.
b9c0f51 is described below

commit b9c0f513560298acab3ab5630910b504a0abf984
Author: Rob Fellows <ro...@gmail.com>
AuthorDate: Fri Sep 6 11:19:06 2019 -0400

    NIFI-6632 - Add tooltip to parameter value field indication it does not support EL or parameter references.
    
    This closes #3703
    
    Signed-off-by: Scott Aslan <sc...@gmail.com>
---
 .../webapp/WEB-INF/partials/canvas/new-parameter-context-dialog.jsp  | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/new-parameter-context-dialog.jsp b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/new-parameter-context-dialog.jsp
index cf1f56b..1d56304 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/new-parameter-context-dialog.jsp
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/partials/canvas/new-parameter-context-dialog.jsp
@@ -91,7 +91,10 @@
             <div class="clear"></div>
         </div>
         <div class="setting">
-            <div class="setting-name">Value</div>
+            <div class="setting-name">
+                Value
+                <div class="fa fa-question-circle" alt="Info" title="Parameter values do not support Expression Language or embedded parameter references."></div>
+            </div>
             <div class="setting-field new-parameter-value-container">
                 <textarea id="parameter-value-field"></textarea>
                 <div class="string-check-container">