View Revisions: Issue #7014

Summary 0007014: When you try to bulk edit conflicts an error occurs
Revision 2025-08-06 13:09 by cquamme
Additional Information 1. Added an explicit cast to the ValueChangeListener to prevent a BootstrapMethodError caused by type erasure with generics in lambda expressions. Suppressed related compiler warnings (unchecked, rawtypes) since the cast is safe in this context.
Revision 2025-08-06 12:47 by cquamme
Additional Information