You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by tu...@apache.org on 2012/10/20 01:08:01 UTC

svn commit: r1400331 - in /oozie/trunk: release-log.txt webapp/src/main/webapp/oozie-console.js

Author: tucu
Date: Fri Oct 19 23:08:00 2012
New Revision: 1400331

URL: http://svn.apache.org/viewvc?rev=1400331&view=rev
Log:
OOZIE-967 Coordinator action window in web UI never finishes refreshing (kinley via tucu)

Modified:
    oozie/trunk/release-log.txt
    oozie/trunk/webapp/src/main/webapp/oozie-console.js

Modified: oozie/trunk/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/trunk/release-log.txt?rev=1400331&r1=1400330&r2=1400331&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Fri Oct 19 23:08:00 2012
@@ -1,5 +1,6 @@
 -- Oozie 3.4.0 release (trunk - unreleased)
 
+OOZIE-967 Coordinator action window in web UI never finishes refreshing (kinley via tucu)
 OOZIE-1024 ooziedb.sh script should keep OOZIE_CONFIG, OOZIE_LOG, and OOZIE_DATA if previously set (rkanter via tucu)
 OOZIE-1023 Docs list OOZIE_CONF instead of OOZIE_CONFIG env var (rkanter via tucu)
 OOZIE-1012 Sqoop jobs are unable to utilize Hadoop Counters (jarcec via virag)

Modified: oozie/trunk/webapp/src/main/webapp/oozie-console.js
URL: http://svn.apache.org/viewvc/oozie/trunk/webapp/src/main/webapp/oozie-console.js?rev=1400331&r1=1400330&r2=1400331&view=diff
==============================================================================
--- oozie/trunk/webapp/src/main/webapp/oozie-console.js (original)
+++ oozie/trunk/webapp/src/main/webapp/oozie-console.js Fri Oct 19 23:08:00 2012
@@ -794,7 +794,6 @@ function coordJobDetailsPopup(response, 
         height: 400,
         width: 1000,
         title: 'Actions',
-        bbar: getPagingBar(jobActionStatus),
         listeners: {
             cellclick: {
                 fn: showWorkflowPopup