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.
search
AI OnAI Off
I really like the new PropertyList in EPiServer. There is a great blog post by Per Magne Skuseth on how to use it with simple classes.
I used Per's code as an example but I ended up with some strange behaviour (yeah yeah, it's beta code I know)
In the UI I can add and remove entries to the list and then publish the changes, this works fine. However when I try to modify entries in the list, changes are not detected. (Try changing the age of a person)
Same goes for modifying entries from code.
No change is stored in the database, nothing is published.
Debugging learned me that IsModified on the PropertyList is always false. How do I get my changes detected?
Thanks,
Mark