Project

General

Profile

« Previous | Next » 

Revision ceaa3fed

Added by Katja Luther over 7 years ago

fix #5891: save null instead of empty string for text fields

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/TextWithLabelElement.java
138 138
     * @return a {@link java.lang.String} object.
139 139
     */
140 140
    public String getText() {
141
        return text.getText();
141
    	
142
      return CdmUtils.Nb(text.getText());
142 143
    }
143 144

  
144 145
    /**

Also available in: Unified diff