This topic is locked

Save All button - Inline Add

8/19/2007 8:05:50 AM
PHPRunner General questions
D
darkmage0 author

Ok guys the only thing that I can find wrong with the inline add/edit is that when I hit the save all button it duplicates the records that are being saved. Any idea's on how to fix this?
Thx Travis

Sergey Kornilov admin 8/19/2007

Travis,
please post your app to Demo Account and send me the URL where I can see this issue.

D
darkmage0 author 8/20/2007

Ok the account url is http://demo.asprunner.net/darkmage0%5Fhotm...5FONE/login.php
USERNAME = 99

PASSWORD = darkmage
If you go to salary or nonsalry and use the inline add enter in time then try to use the save all button it duplicates the record being saved
Thx Travs

Alexey admin 8/21/2007

Travis,
thank you for pointing me to this bug.

We'll fix it with the next update of PHPRunner.

D
darkmage0 author 8/21/2007

Ok a work around for this intill a new up date fixed it is to find the line on ....List.htm that looks like this
[codebox]<SPAN class=buttonborder style="DISPLAY: none" name="saveall_edited"><INPUT class=button onClick="" type=button value="Save all" name=saveall_edited java script:void(0);??></SPAN>[/codebox]
and change it with this
[codebox]<SPAN class=buttonborder style="DISPLAY: none" name="saveall_edited"><INPUT class=button onClick="" type=button value="Save all" name=saveall_edited;??></SPAN>[/codebox]
Ok hope this help
Travis

Sergey Kornilov admin 8/21/2007

Travis,
please check build 297 - should be fixed there.