Menu

#10 Subscriber data entry screen is reset when save fails

open
None
9
2005-11-07
2005-11-07
No

Subscriber data entry screen should keep the entered
field values when save transaction fails. It should also
show which field(s) was/were the cause of the failure.

Discussion

  • Mohammad Kurdi

    Mohammad Kurdi - 2005-11-07

    Logged In: YES
    user_id=1370748

    See string:dataobject_subscriber_meterstatus: Query Error:
    [db_error: message="DB Error: constraint violation" code=-3
    mode=return level=notice prefix="" info="INSERT INTO
    subscriber_meterstatus (id , subscriberid , codedvalue )
    VALUES ( 1 , 5 , 3 ) [nativecode=ERROR: duplicate key
    violates unique constraint "subscriber_meterstatus_pkey"]"]

     
  • Steffen Macke

    Steffen Macke - 2005-11-07
    • priority: 5 --> 9
     
  • Steffen Macke

    Steffen Macke - 2005-11-07

    Logged In: YES
    user_id=30248

    This is a critical bug that will prevent proper data entry.
    The ID should not be included int he insert statement at all
    (the
    default value from the sequence should be used).
    This should be checked for all crosslink tables ASAP.

     
  • Steffen Macke

    Steffen Macke - 2005-11-07

    Logged In: YES
    user_id=30248

    I guess the problem is caused by a missing grant statement.
    Please check if grant statements are available for ALL sequences
    in create_css_ddl.sql

     
  • Steffen Macke

    Steffen Macke - 2005-11-09

    Logged In: YES
    user_id=30248

    The problem still exists in the current CVS version.
    Added a sequence and grant statements.
    Remember to drop the database and users first before testing.

     
  • Maher Abdel Karim

    Logged In: YES
    user_id=695149

    Is this problem still appearing.

     
  • Maher Abdel Karim

    Logged In: YES
    user_id=695149

    This bug should be fixed with the form validation.Please
    check in order to close.

     
MongoDB Logo MongoDB