I keep getting this warning in the SC Console. I've searched everywhere in the product and we do not override goOffline anywhere.
Code:
09:28:54.396:WARN:ResultSet:isc_ResultSet_0 (created by: page$content$$content$resultFrame$fnd_ui_visiblePermResultTable1):Observation error: method goOffline is being observed on object [object Object] but the function appears to have been directly overridden. This may lead to unexpected behavior - to avoid seeing this message in the future, ensure the addMethods() or addProperties() API is used to modify methods on live SmartClient instances, rather than simply reassigning the method name to a new function instance.
Comment