Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3dc2935c

Von Sven Schöling vor mehr als 15 Jahren hinzugefügt

  • ID 3dc2935c3cf31e5350f8acd83c3c67941a6a0dba
  • Vorgänger 924d6936
  • Nachfolger b75d9456

Und nochmal anders:
Previous Form nur die Werte speichern, die SCALAR und nicht leer sind.

Damit dann auch wieder die previousform Funktion in assembly_row->part

Unterschiede anzeigen:

bin/mozilla/ic.pl
1540 1540

  
1541 1541
    # save form variables in a previousform variable
1542 1542
    foreach my $key (sort keys %$form) {
1543
      next unless ref $form->{$key} eq '' && $form->{$key};
1543 1544

  
1544 1545
      # escape ampersands
1545 1546
      $form->{$key} =~ s/&/%26/g;
......
1642 1643

  
1643 1644
      } else {
1644 1645
        $href =
1645
          qq|$form->{script}?action=edit&id=$form->{"id_$i"}|;
1646
          qq|$form->{script}?action=edit&id=$form->{"id_$i"}&rowcount=$i&previousform=$previousform|;
1646 1647
        $column_data{partnumber} =
1647 1648
          qq|<td><input type=hidden name="partnumber_$i" value="$form->{"partnumber_$i"}"><a href=$href>$form->{"partnumber_$i"}</a></td>|;
1648 1649
        $column_data{runningnumber} =

Auch abrufbar als: Unified diff