Thursday, January 13, 2022
1 change · master
Resolved issues and error corrections
This fixes an internal error that could occur when someone tried to duplicate system configuration records, an action that is normally blocked. The change ensures the intended user-friendly warning is shown consistently instead of a broken error.
Original PR description
Apparently a migration error in 0fd773a486fbc1aeef7f00ec5eab3eaf0e4c6a9d, probably never noticed because nobody ever tries to copy config objects since there's a bespoke widget, and it's specifically forbidden. Also fix the signature of the method itself to match the normal one. Moved over from #73535