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
Hi! There's a bug in ContainedPartIndex. It fails when you try to add an item with very long DisplayText (over 255 chars) to the component's list. It happens as ContainedPartIndex.DisplayText column has maximum length of 255 chars but provider does not truncate lengs of display text
Orchard Core 1.8.2
To Reproduce
Create an item with List part
Try to create item in the list with title longer than 255 chars