Skip to content

Commit

Permalink
Convert to ingredient structure
Browse files Browse the repository at this point in the history
  • Loading branch information
fatchild committed Jan 26, 2024
1 parent 406f0a5 commit d5ebf9d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 17 deletions.
14 changes: 0 additions & 14 deletions cfg/workflows/eprint/default.xml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@ not done

package EPrints::MetaField::CreditRole;

use EPrints::MetaField::Id;
use strict;
use warnings;

use JSON;
use EPrints::MetaField::Id;

@ISA = qw( EPrints::MetaField::Longtext );
BEGIN
{
our( @ISA );
@ISA = qw( EPrints::MetaField::Longtext );
}

use strict;

sub allow_edit
{
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d5ebf9d

Please sign in to comment.