gnumed-devel
[Top][All Lists]
Advanced

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

[Gnumed-devel] gmEditArea broken


From: Sebastian Hilbert
Subject: [Gnumed-devel] gmEditArea broken
Date: Fri, 28 Nov 2003 17:16:06 +0100
User-agent: KMail/1.5.4

gm(PastHistory)EditArea is currently broken in CVS. 
I cannot exit Gnumed properly

Traceback (most recent call last):
  File "/home/basti/sources/gnumed/gnumed/client/wxpython/gmGuiMain.py", line 
508, in OnClose
    self._clean_exit()
  File "/home/basti/sources/gnumed/gnumed/client/wxpython/gmGuiMain.py", line 
520, in _clean_exit
    gmDispatcher.send(gmSignals.application_closing())
  File "/home/basti/sources/gnumed/gnumed/client/python-common/
gmDispatcher.py", line 137, in send
    response = _call(receiver, signal=signal, sender=sender, **kwds)
  File "/home/basti/sources/gnumed/gnumed/client/python-common/
gmDispatcher.py", line 161, in _call
    return receiver(**kwds)
  File "/home/basti/sources/gnumed/gnumed/client/wxpython/gmEditArea.py", line 
594, in _check_unsaved_data
    self._pre_save_data()
  File "/home/basti/sources/gnumed/gnumed/client/wxpython/gmEditArea.py", line 
604, in _pre_save_data
    self._save_data()
  File "/home/basti/sources/gnumed/gnumed/client/wxpython/gmEditArea.py", line 
1227, in _save_data
    clinical = self.patient.get_clinical_record().get_past_history()
AttributeError: gmPastHistoryEditArea instance has no attribute 'patient'

Looks like Hilmar added _save_data().
Hopefully noone is offended by this report.

Thank you,
Sebastian





reply via email to

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