Project

General

Profile

« Previous | Next » 

Revision 845ce635

Added by Andreas Kohlbecker about 6 years ago

ref #7359 reverting change applied in 9239e1b and avoiding granting UPDATE,DELETE for existing nom-references

View differences:

src/main/java/eu/etaxonomy/vaadin/mvp/AbstractCdmEditorPresenter.java
81 81
            // CdmAuthority is needed before the bean is loaded into the session.
82 82
            // otherwise adding the authority to the user would cause a flush
83 83
            cdmEntitiy = loadCdmEntity(uuidIdentifier);
84
            guaranteePerEntityCRUDPermissions(cdmEntitiy);
84 85
        } else {
85 86
            cdmEntitiy = loadCdmEntity(null);
86 87
            if(cdmEntitiy != null){

Also available in: Unified diff