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.
If you delete a user who has created or edited an XForm it will generate an "object not set to a reference of an object" error.
Tried on 4.61
Solved it by putting a try-catch around <%=CreatedBy%> and <%=ChangedBy%> in the XFormSelect.ascx.
Also checked the codebehind with reflector and it looked like it accually handles null values in a good way but for some reason it still crashes.