Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fc9548f8

Von Sven Schöling vor fast 7 Jahren hinzugefügt

  • ID fc9548f80c87327eed8f20c796579a9452b0c616
  • Vorgänger 1cff7d80
  • Nachfolger b4e12203

TopQuickSearch::Contact: fragment statt hash für for_url

Unterschiede anzeigen:

SL/Controller/TopQuickSearch/Contact.pm
58 58

  
59 59
  my $contact = SL::DB::Manager::Contact->find_by(cp_id => $::form->{id});
60 60

  
61
  SL::Controller::CustomerVendor->new->url_for(action => 'edit', id => $contact->cp_cv_id, contact_id => $contact->cp_id, db => db_for_contact($contact), hash => 'contacts');
61
  SL::Controller::CustomerVendor->new->url_for(action => 'edit', id => $contact->cp_cv_id, contact_id => $contact->cp_id, db => db_for_contact($contact), fragment => 'contacts');
62 62
}
63 63

  
64 64
sub do_search {

Auch abrufbar als: Unified diff