version: v14.1p_2025-06-24/LGPL Development Only
browser: Chrome
Test Case:
isc.shallowClone(isc.RestDataSource.create()).getCacheData
Expected Result: the function definition for getCacheData from the superclass DataSource
Actual Result: undefined
This is causing bugs in FilterBuilder.
It appears to be caused by isc.addPropertyList now ignoring names that do not satisfy Object.hasOwn.
browser: Chrome
Test Case:
isc.shallowClone(isc.RestDataSource.create()).getCacheData
Expected Result: the function definition for getCacheData from the superclass DataSource
Actual Result: undefined
This is causing bugs in FilterBuilder.
It appears to be caused by isc.addPropertyList now ignoring names that do not satisfy Object.hasOwn.
Comment