icatproject / icat.server

The ICAT server offering both SOAP and "RESTlike" interfaces to a metadata catalog.
Other
1 stars 5 forks source link

Fix getEntityInfo for Parameter and EntityBaseBean #334

Closed ajkyffin closed 1 month ago

ajkyffin commented 2 months ago

https://github.com/icatproject/icat.server/pull/323 introduced a regression when calling getEntityInfo for the abstract classes Parameter and EntityBaseBean.

This PR adds those classes to the list of classes to precalculate entity info for.

Fixes https://github.com/icatproject/python-icat/issues/153