You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2017/03/31 07:05:24 UTC

ranger git commit: RANGER-1474 : On SP12, hive policy page opens up with UDF as default under resources, rather than table

Repository: ranger
Updated Branches:
  refs/heads/master 546fc8718 -> 84e90c132


RANGER-1474 : On SP12, hive policy page opens up with UDF as default under resources, rather than table


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

Branch: refs/heads/master
Commit: 84e90c132062baacf4de65a03bdb7372e479a4c1
Parents: 546fc87
Author: Mehul Parikh <me...@apache.org>
Authored: Fri Mar 31 12:22:17 2017 +0530
Committer: Mehul Parikh <me...@apache.org>
Committed: Fri Mar 31 12:22:17 2017 +0530

----------------------------------------------------------------------
 .../src/main/webapp/scripts/models/BackboneFormDataType.js          | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/84e90c13/security-admin/src/main/webapp/scripts/models/BackboneFormDataType.js
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/scripts/models/BackboneFormDataType.js b/security-admin/src/main/webapp/scripts/models/BackboneFormDataType.js
index 283e626..1aace56 100644
--- a/security-admin/src/main/webapp/scripts/models/BackboneFormDataType.js
+++ b/security-admin/src/main/webapp/scripts/models/BackboneFormDataType.js
@@ -44,6 +44,7 @@ define(function(require) {
 						return configs;
 					}
 				}
+				configs = _.sortBy(configs, function(m){ return m.itemId });
 				return configs;
 			};
 			var getValidators = function(formObj, v){