Error when associating a udt with a template

I just upgraded to version 8.1.5. and I am getting a warning messages when opening a template

java.lang.ClassCastException: Cannot coerce value '{
    "PR2": {
        "MINS": 2.3762498
    },
    "_disabledUser": "Lah",
    "_disabledDate": "Tue Dec 01",
    "_active": true,
    "PRL": {
        "MPER": 51.99671,
        "MOVF": 4.57
    },
    "_disabledNote": "",
    "PR0_C": {
        "MN": 0.0,
        "WRT": {
            "10": false
        },
        "MX": 20.0,
        "MHH": 4.57,
        "MLL": -1.0,
        "CONTROL": {
            "_MLLnote": null,
            "_MHHnote": null,
            "_MHHpriority": "Critical",
            "_MHHenabled": true,
            "_MLLenabled": true,
            "_MLLpriority": "Critical"
        }
    },
    "PR0_S": {
        "MN": 0.0,
        "MX": 20.0,
        "MHH": 4.57,
        "MLL": -1.0
    }
}' into type: class java.lang.Boolean
	at com.inductiveautomation.ignition.common.TypeUtilities.coerce(TypeUtilities.java:1422)
	at com.inductiveautomation.factorypmi.application.binding.AbstractPropertyAdapter.setQValue(AbstractPropertyAdapter.java:223)
	at com.inductiveautomation.factorypmi.application.binding.SimpleBoundTagAdapter.setQValue(SimpleBoundTagAdapter.java:259)
	at com.inductiveautomation.factorypmi.application.binding.AbstractPropertyAdapter.updateValue(AbstractPropertyAdapter.java:269)
	at com.inductiveautomation.factorypmi.application.binding.SimpleBoundTagAdapter.notifyTagChanged(SimpleBoundTagAdapter.java:518)
	at com.inductiveautomation.factorypmi.application.binding.SimpleBoundTagAdapter.tagChanged(SimpleBoundTagAdapter.java:506)
	at com.inductiveautomation.ignition.client.tags.impl.ClientTagSubscriptionManager$ListenerDeliveryManager.edtDeliver(ClientTagSubscriptionManager.java:545)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
	at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)

Ignition v8.1.5 (b2021042810)
Java: Azul Systems, Inc. 11.0.10

Sin título
rrr

in the template I don’t have any settings. Does anyone know what is going on?

thanks you