[Interchange-bugs] [Bug 155] New - UI problem with File::CounterFile in flex_editor.html

bugzilla-daemon@localhost.akopia.com bugzilla-daemon@localhost.akopia.com
Thu, 22 Mar 2001 00:55:44 -0500


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

*** shadow/155	Thu Mar 22 00:55:44 2001
--- shadow/155.tmp.28047	Thu Mar 22 00:55:44 2001
***************
*** 0 ****
--- 1,24 ----
+ Bug#: 155
+ Product: Interchange
+ Version: 4.6.4
+ Platform: PC
+ OS/Version: Linux
+ Status: NEW   
+ Resolution: 
+ Severity: normal
+ Priority: P2
+ Component: Construct
+ AssignedTo: __UNKNOWN__                            
+ ReportedBy: parentjp@pjp.dhs.org               
+ URL: 
+ Cc: 
+ Summary: UI problem with File::CounterFile in flex_editor.html
+ 
+ Creating a "table_name.autonumber" file in __PRODUCTS_DIR__ will not make the 
+ key of any table increment automatically in the flex_editor.html UI file.
+ (Admin -> tables -> edit table -> new entry)
+ 
+ The line 18 in flex_editor.html will never evaluate to true since the 
+ ui_new_item var will never get set to 1 as in item_edit.html line 3. My quick 
+ fix was to copy line 3-5 of item_edit.html and paste them between a [calc]...
+ [/calc] at beginning of flex_editor.html.