Revision 34145

View differences:

branches/v2_0_0_prep/extensions/extEditing/src/org/gvsig/editing/StartEditing.java
107 107
					.getExtension(ProjectExtension.class);
108 108
					TableDocument pt = pe.getProject().getTable(lv);
109 109
					if (pt != null){
110
						pt.setStore(lv.getFeatureStore());
111
//						changeModelTable(pt,vea);
110
					    if(pt.getStore() == null){
111
						    pt.setStore(lv.getFeatureStore());
112
//						    changeModelTable(pt,vea);
113
						    
114
					    }						
112 115
					}
113 116

  
114 117
					startCommandsApplicable(vista,lv);

Also available in: Unified diff