Revision 47727

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/java/org/gvsig/app/project/documents/view/dynformfield/linkforeingkeywgs/JDynFormFieldForeingKeyWGS.java
23 23
package org.gvsig.app.project.documents.view.dynformfield.linkforeingkeywgs;
24 24

  
25 25
import java.awt.Color;
26
import java.awt.Dimension;
27 26
import java.awt.GridBagConstraints;
28 27
import java.awt.GridBagLayout;
29 28
import java.awt.Image;
......
680 679
    public void setValue(Object value) {
681 680
        setEditedValue(value);
682 681
        this.assignedValue = value;
683
        this.relatedFeature = null;
684 682
    }
685 683

  
686 684
    public void setEditedValue(Object value) {
......
702 700
            this.txtDescription.setText(Objects.toString(description));
703 701
            this.txtDescription.setBackground(this.colorok);
704 702
        }       
703
        this.relatedFeature = null;
705 704
    }
706 705

  
707 706
    @Override
......
727 726
    private void doLinkGraphically(boolean isSelected) {
728 727
        final ForeingKey foreingKey = this.getForeingKey();
729 728
        if (foreingKey == null) {
729
            LOGGER.warn("Can't retrieve foreignkey information");
730 730
            return;
731 731
        }
732 732
        final ContextForeingKey context = foreingKey.createContext();

Also available in: Unified diff