You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by gn...@apache.org on 2017/01/30 09:19:41 UTC

ambari git commit: AMBARI-19772. Job XML tag is not coming as part of FS action node (Madhan Mohan Reddy via gauravn7)

Repository: ambari
Updated Branches:
  refs/heads/trunk 9f5a8bf6a -> 75c126e49


AMBARI-19772. Job XML tag is not coming as part of FS action node (Madhan Mohan Reddy via gauravn7)


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

Branch: refs/heads/trunk
Commit: 75c126e49231e3ed33e8cf7d6cd30747f7ef6db5
Parents: 9f5a8bf
Author: Gaurav Nagar <gr...@gmail.com>
Authored: Mon Jan 30 14:49:28 2017 +0530
Committer: Gaurav Nagar <gr...@gmail.com>
Committed: Mon Jan 30 14:49:28 2017 +0530

----------------------------------------------------------------------
 .../wfmanager/src/main/resources/ui/app/domain/actionjob_hanlder.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/75c126e4/contrib/views/wfmanager/src/main/resources/ui/app/domain/actionjob_hanlder.js
----------------------------------------------------------------------
diff --git a/contrib/views/wfmanager/src/main/resources/ui/app/domain/actionjob_hanlder.js b/contrib/views/wfmanager/src/main/resources/ui/app/domain/actionjob_hanlder.js
index c9d9887..2a82c24 100644
--- a/contrib/views/wfmanager/src/main/resources/ui/app/domain/actionjob_hanlder.js
+++ b/contrib/views/wfmanager/src/main/resources/ui/app/domain/actionjob_hanlder.js
@@ -363,6 +363,7 @@ var FSActionJobHandler=ActionJobHandler.extend({
   init(){
     this.mapping=[
       {xml:"name-node",domain:"nameNode"},
+      {xml:"job-xml",domain:"jobXml",occurs:"many",domainProperty:"value"},
       {xml:"configuration", customHandler:this.configurationMapper},
       {xml:"delete"},
       {xml:"mkdir"},