Christ the King receives and error when they try to edit a location. (They recently updated to 13.7). This location for example https://rock.ctk.church/admin/checkin/named-locations?LocationId=20181&ExpandedIds=6191%2C6202 when you click edit you get these
Originally posted by Unknown
This is caused by a depreciated method BindToDefinedType(). Sometimes methods get depreciated and replaced with newer methods when new versions of Rock come out. What we have to do to fix this is usually go into the code and update whatever code has been depreciated and replace it with the updated way of doing things (the error message says instead of using BindToDefinedType() we need to use a DefinedValuePicker , which will require a bit of code adjustment on the front-end and a few lines in the back-end). In this case, CentralAZ already did that so I simply copied the updated block code to Christ the King's instance.
BindToDefinedType()
DefinedValuePicker