From c7a40896795794811c8ad204e41b6129906b4d8d Mon Sep 17 00:00:00 2001 From: "Carlos A. Munoz" Date: Tue, 21 Oct 2014 10:43:47 +1000 Subject: [PATCH] rhbz1154555 - Fix process manager screen issue. The problem arises when there is a process running and the process manager screen is loaded. With the old async task implementation, the process manager expected a task name. This field is no longer present in the async task handles. For the time being, the process will present a string representation of the task handle. This should be changed in future revisions. --- zanata-war/src/main/webapp/admin/processmanager.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zanata-war/src/main/webapp/admin/processmanager.xhtml b/zanata-war/src/main/webapp/admin/processmanager.xhtml index cc8aa26cf7..570e7ecf1d 100644 --- a/zanata-war/src/main/webapp/admin/processmanager.xhtml +++ b/zanata-war/src/main/webapp/admin/processmanager.xhtml @@ -38,7 +38,7 @@ #{msgs['jsf.processmanager.Type']} - #{handle.getTaskName()} + #{handle.toString()} #{msgs['jsf.Status']}