2 May 2004 22:52
Re: multi-row delete
Marc Delisle <DelislMa <at> CollegeSherbrooke.qc.ca>
2004-05-02 20:52:00 GMT
2004-05-02 20:52:00 GMT
Michal Čihař a écrit : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi all > > On Sunday 02 of May 2004 19:21, Alexander M. Turek wrote: > >>When, browsing a table, I select multiple records by clicking the >>checkboxes. When clicking the red trashcan below the table, I get to the >>edit view for the selected records, but that's not what I expect when >>clicking a trashcan...(Continue reading)Could someone have a look at this? > > > I guess this has something to do with change of texts on buttons. Garvin?
The bug was introduced in tbl_row_delete.php version 2.9. In the new switch(), the "default" at line 37 modifies $submit_mult to 'row_edit' even when it contains 'row_delete'. I don't know the goal of this default. If we still need it, we could add this before it: case 'row_export': case 'row_edit': case 'row_delete': break; Marc
Could someone have a look at this?
>
>
> I guess this has something to do with change of texts on buttons. Garvin?
The bug was introduced in tbl_row_delete.php version 2.9. In the new
switch(), the "default" at line 37 modifies $submit_mult to 'row_edit'
even when it contains 'row_delete'.
I don't know the goal of this default. If we still need it, we could add
this before it:
case 'row_export':
case 'row_edit':
case 'row_delete':
break;
Marc
RSS Feed