gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnumed-devel] (no subject)


From: Syan Tan
Subject: [Gnumed-devel] (no subject)
Date: Wed, 27 Apr 2005 22:52:14 +0800

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
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]