Repository: nifi
Updated Branches:
  refs/heads/master f8e3bef60 -> d71266502


NIFI-1435: - Addressing typo when initializing and showing the reporting task 
property table which prevented dynamic properties to be created.


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/d7126650
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/d7126650
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/d7126650

Branch: refs/heads/master
Commit: d71266502c80a58fa51e642d7a88cf5825a60e65
Parents: f8e3bef
Author: Matt Gilman <[email protected]>
Authored: Mon Jan 25 10:20:13 2016 -0500
Committer: Matt Gilman <[email protected]>
Committed: Mon Jan 25 10:42:37 2016 -0500

----------------------------------------------------------------------
 .../src/main/webapp/js/nf/canvas/nf-reporting-task.js            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/d7126650/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-reporting-task.js
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-reporting-task.js
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-reporting-task.js
index da78e82..f79aec1 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-reporting-task.js
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-reporting-task.js
@@ -356,7 +356,7 @@ nf.ReportingTask = (function () {
             $('#reporting-task-properties').propertytable({
                 readOnly: false,
                 dialogContainer: '#new-reporting-task-property-container',
-                deferredDescriptor: getReportingTaskPropertyDescriptor,
+                descriptorDeferred: getReportingTaskPropertyDescriptor,
                 goToServiceDeferred: goToServiceFromProperty
             });
         },
@@ -377,7 +377,7 @@ nf.ReportingTask = (function () {
                 
$('#reporting-task-properties').propertytable('destroy').propertytable({
                     readOnly: false,
                     dialogContainer: '#new-reporting-task-property-container',
-                    deferredDescriptor: getReportingTaskPropertyDescriptor,
+                    descriptorDeferred: getReportingTaskPropertyDescriptor,
                     goToServiceDeferred: goToServiceFromProperty
                 });
                 

Reply via email to