Project

General

Profile

« Previous | Next » 

Revision 1d066036

Added by Cherian Mathew about 9 years ago

StatusComposite, IStatusComposite : added font awesome refresh icon, updated checkbox generator
CdmSQLContainer : added methods to disable change ebents and possiblity to add items
LeafNodeTaxonContainer : corrected and split queris for taxon and synonyms
StatusPresenter : moving filter / query logic to container
StatusEditorUI : using new edit theme
CdmQueryFactory : new factory for sql queries
StatusPresenterTest, StatusPresenterTest : added tests for loading synonyms

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/ui/StatusEditorUI.java
29 29
import eu.etaxonomy.cdm.vaadin.view.StatusEditorView;
30 30

  
31 31

  
32
@Theme("mytheme")
32
@Theme("edit")
33 33
public class StatusEditorUI extends AbstractAuthenticatedUI {
34 34

  
35 35
    Navigator navigator;
......
47 47
    @Override
48 48
    protected void doInit() {
49 49
        // FIXME: remove this when testing is done
50
        setIgnoreAuthentication(true);
50
        //setIgnoreAuthentication(true);
51 51

  
52 52
        getPage().setTitle("Status Editor");
53 53
        StatusEditorView statusEditorView = new StatusEditorView();

Also available in: Unified diff