Project

General

Profile

« Previous | Next » 

Revision e627dccd

Added by Katja Luther about 5 years ago

ref #8096: subtask name is the same as task name

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/util/ProgressMonitorClientManager.java
161 161

  
162 162
                // set dialog text
163 163
                monitor.setTaskName(remotingMonitor.getTaskName() + " " + percentage + "% done ");
164
                monitor.subTask(remotingMonitor.getSubTask());
164
                monitor.subTask(remotingMonitor.getTaskName() + " " + percentage + "% done ");
165 165

  
166 166
                int worked = 0;
167 167
                if (serverTotalWorkDone > editorTotalWorkDone){

Also available in: Unified diff