Project

General

Profile

« Previous | Next » 

Revision aceb7b1d

Added by Cherian Mathew about 9 years ago

StatusPresenter : added method to update taxon published flag
CdmSpringContextHelper : added method to get taxon service
CdmQueryFactory, LeafNodeTaxonContainer : added uuid to taxon query select
StatusComposite, IStatusComposite : using new taxon published flag update method
styles.css : reverting back custom changes, will use the new edit theme instead

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/IStatusComposite.java
71 71
         * @param parentItemId
72 72
         */
73 73
        public void addChildren(Object parentItemId);
74
        /**
75
         * @param pb
76
         * @param itemId
77
         */
78
        public void updatePublished(boolean pb, Object itemId);
74 79
    }
75 80

  
76 81
    public void setListener(StatusComponentListener listener);

Also available in: Unified diff