bugGNU Health - Bugs: bug #41381, 'Application Error' on 'Create...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #41381: 'Application Error' on 'Create Test Order' which was already created test order

Submitter:  Selvakumar <vselva>
Submitted:  Wed 29 Jan 2014 06:23:42 AM UTC
   
 
Category:  Demo environment Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Release:  None
Module:  Laboratory Component:  None

Fri 24 Apr 2015 11:17:59 PM UTC, comment #1: 

This has been fixed in the interim: uses raise_user_error now. Thanks!

Chris Zimmerman <teffalump>
Wed 29 Jan 2014 06:23:42 AM UTC, original submission:  

I am testing GNU Health on demo server as following:

Server: health.gnusolidario.org:8000
Database: health24rc1
User name: admin
Password: gnusolidario
Tryton version: 3.0.2

========================================

When we click 'Create Test Order' which was already created test order, it shows exception message, as follows:
(I expect it should exit normally like a normal alert window)
(Screen Shot Attached)


Traceback (most recent call last):
  File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
    response['result'] = dispatch_method(method, params)
  File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
    res = dispatch(*args)
  File "/trytond/protocols/dispatcher.py", line 169, in dispatch
    result = rpc.result(meth(c_args, *c_kwargs))
  File "/trytond/wizard/wizard.py", line 218, in execute
    return wizard._execute(state_name)
  File "/trytond/wizard/wizard.py", line 249, in _execute
    result = self._execute(transition())
  File "/trytond/modules/health_lab/wizard/wizard_create_lab_test.py", line 65, in transition_create_lab_test
    raise Exception('The Lab test order is already created.')
Exception: The Lab test order is already created.

Selvakumar <vselva>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by teffalump (Posted a comment)
  • -email is unavailable- added by vselva (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-04-24 teffalump StatusNone Fixed
        Open/ClosedOpen Closed
    2014-01-29 vselva Attached File- Added GNUhealth-create-test-lab-APPerr.png, #30405

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code