Project

General

Profile

« Previous | Next » 

Revision 59916c08

Added by Patrick Plitzner over 5 years ago

ref #6554 Avoid double setInput() on managedForm

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/details/DetailsViewerE4.java
218 218

  
219 219
    private boolean isCached(String id){
220 220
        List<AbstractFormSection> sections = entityToSectionsMap.get(id);
221
        if(sections!=null){
222
            managedForm.setInput(getInput());
223
            return true;
224
        }
225
        return false;
221
        return sections!=null;
226 222
    }
227 223

  
228 224
    /** {@inheritDoc} */

Also available in: Unified diff