Repository: oozie Updated Branches: refs/heads/master 1e0ed571f -> e7bf02a8f
OOZIE-1781 UI - Last Modified time is not displayed for coord action in coord job info grid (puru via mona) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/e7bf02a8 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/e7bf02a8 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/e7bf02a8 Branch: refs/heads/master Commit: e7bf02a8fcb800f15efe95ee0292e9329a90d8a9 Parents: 1e0ed57 Author: Mona Chitnis <[email protected]> Authored: Tue Apr 15 16:01:55 2014 -0700 Committer: Mona Chitnis <[email protected]> Committed: Tue Apr 15 16:01:55 2014 -0700 ---------------------------------------------------------------------- release-log.txt | 1 + webapp/src/main/webapp/oozie-console.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/e7bf02a8/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index ecc4441..7f0f056 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.1.0 release (trunk - unreleased) +OOZIE-1781 UI - Last Modified time is not displayed for coord action in coord job info grid (puru via mona) OOZIE-1792 Ability to kill bundle stuck in RUNNING due to inconsistent pending states (rohini) OOZIE-1703 User should be able to set coord end-time before start time (puru via rohini) OOZIE-1719 v1/jobs api returns null for parentId even when it exists (ryota) http://git-wip-us.apache.org/repos/asf/oozie/blob/e7bf02a8/webapp/src/main/webapp/oozie-console.js ---------------------------------------------------------------------- diff --git a/webapp/src/main/webapp/oozie-console.js b/webapp/src/main/webapp/oozie-console.js index 6ac21a3..5f4f847 100644 --- a/webapp/src/main/webapp/oozie-console.js +++ b/webapp/src/main/webapp/oozie-console.js @@ -1053,7 +1053,7 @@ function coordJobDetailsPopup(response, request) { header: "Last Mod Time", width: 170, sortable: true, - dataIndex: 'LastModifiedTime' + dataIndex: 'lastModifiedTime' } ], stripeRows: true, // autoHeight: true,
