schema and map code updated, test fixed

This commit is contained in:
Finn 2017-12-08 13:19:22 +00:00
parent af7dcde7aa
commit cd59547311
13 changed files with 2441 additions and 5 deletions

View file

@ -112,7 +112,7 @@ sub index {
);
}
sub lis_load {
sub trail_load {
my $c = shift;
return if $c->validation_error('index');
@ -134,7 +134,7 @@ sub lis_load {
my $entity_type_object = $entity->type_object;
my $orgs_lis = $c->schema->resultset('EntityAssociation')->search(
{
'lis' => 1,
$json->{association} => 1,
},
);