Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 934d4c89

Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt

  • ID 934d4c89e6d8d4fafdda3c7ecc07e9aa8fc04249
  • Vorgänger 892d2789
  • Nachfolger 41f35af8

S:M:Record: fix check, ob validiy token übergeben wurde.

Das token kann auch leer sein, z.B. wenn das record schon einmal
gespeichert wurde, also eine id hat.

Unterschiede anzeigen:

SL/Model/Record.pm
211 211
    # validity token
212 212
    my $validity_token;
213 213
    if (my $validity_token_specs = $params{with_validity_token}) {
214
      if (!defined $validity_token_specs->{scope} || !defined $validity_token_specs->{token}) {
214
      if (!defined $validity_token_specs->{scope} || !exists $validity_token_specs->{token}) {
215 215
        croak ('you must provide a hash ref "with_validity_token" with the keys "scope" and "token" if you want the token to be handled');
216 216
      }
217 217

  

Auch abrufbar als: Unified diff