From bb87186add9068fca82febe4c13410d04ef7aaaf Mon Sep 17 00:00:00 2001 From: "peng.jianhua" Date: Fri, 2 Feb 2018 09:57:11 +0800 Subject: [PATCH 1/1] KYLIN-3224 --- webapp/app/js/directives/ui-grid.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/app/js/directives/ui-grid.js b/webapp/app/js/directives/ui-grid.js index 86a9f72f1..b9e3fc541 100644 --- a/webapp/app/js/directives/ui-grid.js +++ b/webapp/app/js/directives/ui-grid.js @@ -11453,6 +11453,7 @@ module.service('gridUtil', ['$log', '$window', '$document', '$http', '$templateC path = path.replace(uiGridConstants.APOS_REGEXP, '\\\''); var parts = path.split(uiGridConstants.DOT_REGEXP); var preparsed = [parts.shift()]; // first item must be var notation, thus skip + parts = [parts.join('.')]; angular.forEach(parts, function (part) { preparsed.push(part.replace(uiGridConstants.FUNC_REGEXP, '\']$1')); }); -- 2.11.0.windows.1