You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix QueryBuilder filtering for AbstractCode (aiidateam#6866)
Adding an entry point for `AbstractCode` to make it queryable.Users searching
for `AbstractCode` (sub)classes want to get all the codes (`PortableCode`,
`InstalledCode` etc.) Unfortunately, because AbstractCode was introduced
later, its entry point is 'data.core.code.abstract', while the 'core.code'
entry point is claimed by the Legacy Code class. So to get all the code types,
including the Legacy Code, we adjust the filter to 'data.core.code'. Note,
this only make sense if `subclassing` parameter is True!
Fixes issue aiidateam#6687.
---------
Co-authored-by: unknown <[email protected]>
Co-authored-by: Alexander Goscinski <[email protected]>
0 commit comments