hi, fixed a small bug where soap cat wasn't being passed , so now the soap can save under the unassociated new episode. (the backend works).
Index: wxpython/gmResizingWidgets.py =================================================================== RCS file: /cvsroot/gnumed/gnumed/gnumed/client/wxpython/gmResizingWidgets.py,v retrieving revision 1.23 diff -r1.23 gmResizingWidgets.py 131a132 > self.tag = None 262a264 > result.tag = widget['instance'].GetTag() 395a398 > self.__tag= None 493a497,502 > > def SetTag(self, tag): > self.__tag = tag > > def GetTag(self): > return self.__tag Index: wxpython/gmSOAPWidgets.py =================================================================== RCS file: /cvsroot/gnumed/gnumed/gnumed/client/wxpython/gmSOAPWidgets.py,v retrieving revision 1.40 diff -r1.40 gmSOAPWidgets.py 481c481 < gmSOAPimporter.soap_bundle_SOAP_CAT_KEY: input_label.data['soap_cat'], --- > gmSOAPimporter.soap_bundle_SOAP_CAT_KEY: input_label.tag, 668a669 > input_field.SetTag(line_def.soap_cat) 687a689,690 > self.__input_fields = input_fields > _______________________________________________ Gnumed-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnumed-devel
