https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14367

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #55 from David Nind <[email protected]> ---
Thanks Aleisha.

I'm getting an error when clicking save after making a change to a record:

No property history for Koha::Biblio::Metadata at
/usr/share/perl5/Exception/Class/Base.pm line 88

    in Exception::Class::Base::throw at
/usr/share/perl5/Exception/Class/Base.pm line 88

       85: 
       86:     $proto->rethrow if ref $proto;
       87: 
       88:     die $proto->new(@_);
       89: }
       90: 
       91: sub rethrow {

    Show function arguments
    in Koha::Object::set at /kohadevbox/koha/Koha/Object.pm line 270

      267:     my @columns = @{$self->_columns()};
      268: 
      269:     foreach my $p ( keys %$properties ) {
      270:         unless ( grep { $_ eq $p } @columns ) {
      271:             Koha::Exceptions::Object::PropertyNotFound->throw( "No
property $p for " . ref($self) );
      272:         }
      273:     }

    Show function arguments
    in Koha::Object::update at /kohadevbox/koha/Koha/Object.pm line 217

      214: sub update {
      215:     my ($self, $values) = @_;
      216:     Koha::Exceptions::Object::NotInStorage->throw unless
$self->in_storage;
      217:     $self->set($values)->store();
      218: }
      219: 
      220: =head3 $object->delete();

    Show function arguments

....

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to