We have customized the decisioncenter.war file creating new tabs and functionality. When testing this on DC 8.9.2, it all works fine. When moving to DC 8.11.1, the standby widget is not being created and is causing the code to stop before API calls for updating rules. We have removed the standby widget and then the code all works fine, so the only compatibility issue we are facing is with this widget.
Declaration in html:
<div data-dojo-attach-point="rateScheduleStandby"
data-dojo-type="dojox/widget/Standby"
data-dojo-props="target: 'rateScheduleTabSection'"></div>
Null value when called in the code:
What could be causing the standby widget to not being created in 8.11.1, when it works in 8.9.2. I have looked at IBM Docs but cannot find information on anything that changed specifically in this regard.