Skip to content
Snippets Groups Projects
Commit 139ccc0b authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Bugfix

parent a9758ff3
Branches
Tags
No related merge requests found
......@@ -657,7 +657,7 @@ public class UserBean {
+ " SELECT map_layer_id FROM organization_map_layer WHERE organization_id=:organizationId "
+ ")"
);
q.setParameter("organization_id", organization.getOrganizationId());
q.setParameter("organizationId", organization.getOrganizationId());
return q.getResultList();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment