Adjust to core changes (#14952)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
@@ -188,6 +188,10 @@ public class JpaPersistenceService implements QueryablePersistenceService {
|
||||
}
|
||||
|
||||
String itemName = filter.getItemName();
|
||||
if (itemName == null) {
|
||||
logger.warn("Item name is missing in filter {}", filter);
|
||||
return List.of();
|
||||
}
|
||||
Item item = getItemFromRegistry(itemName);
|
||||
if (item == null) {
|
||||
logger.debug("Item '{}' does not exist in the item registry", itemName);
|
||||
|
||||
Reference in New Issue
Block a user