Project

General

Profile

« Previous | Next » 

Revision 9767c1ad

Added by Patrick Plitzner over 5 years ago

ref #7502 Show lock icon in header

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/NameEditorInput.java
107 107
	    return super.isBooleanProperty(property);
108 108
	}
109 109

  
110
    @Override
111
    public boolean isCacheProperty(String property) {
112
        if(property.equals(PROPERTY_PROTECT_NAME_CACHE)
113
                || property.equals(PROPERTY_PROTECT_AUTHORSHIP_CACHE)){
114
            return true;
115
        }
116
        return super.isCacheProperty(property);
117
    }
118

  
110 119
    @Override
111 120
    public String getName() {
112 121
		return BulkEditorInputType.NAME.label;

Also available in: Unified diff