A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi
I am using EPIServer 8.12.
I've implemented a class using dds. The problem is when I turn my class to a generic class and I pass the same class if returns no value.
for instance, I have this code which works fine and returns 8 lines:
(QueueableEmailItem : IDynamicData)
now I change the code to
it returns no results.
Funny story is that if I change the code to code below which fetchs the class before adding the where clause, it will work fine
Is there any problem with generics?
Anyone know what shall I do?