[Interchange-bugs] [Bug 288] Changed - Data destroyed for same-named field as table

bugzilla-daemon@interchange.redhat.com bugzilla-daemon@interchange.redhat.com
Wed Aug 1 11:32:04 2001


http://developer.akopia.com/bugs/show_bug.cgi?id=288

*** shadow/288	Wed Aug  1 10:05:02 2001
--- shadow/288.tmp.19941	Wed Aug  1 11:31:40 2001
***************
*** 3,10 ****
  Version: 4.8.0
  Platform: PC
  OS/Version: Linux
! Status: NEW   
! Resolution: 
  Severity: critical
  Priority: P2
  Component: Admin UI
--- 3,10 ----
  Version: 4.8.0
  Platform: PC
  OS/Version: Linux
! Status: RESOLVED   
! Resolution: FIXED
  Severity: critical
  Priority: P2
  Component: Admin UI
***************
*** 20,22 ****
--- 20,29 ----
  When using the "Edit all checked in sequence" option on a table which contains a
  field of the same name, all the data in the rows selected for edit in the
  same-named field are destroyed.
+ 
+ ------- Additional Comments From mike@minivend.com  2001-08-01 11:31 -------
+ When mv_data_table was in ui_return_to, would get transformed
+ to the name of the table variable set to a blank value. This
+ tromped on any field named the same as the table.
+ 
+ Fixed usertag/ui_return_to.tag.