Hi,
ListGrid.exportData ignores implicitCriteri.
Version: v11.0p_2016-12-16/PowerEdition Development Only
To reproduce:
1. Go to http://www.smartclient.com/#customExport
2. Add a new property to countryList:
3. Run
4. Click "Export" button
Downloaded file contains all data, ignoring filter from implicitCriteria.
One more issue: ISC_History, ISC_Core and ISC_FileLoader have isc.versionNumber defined as isc.versionNumber="$[versionNumber]", making my server-side code emit warnings about version mismatch when I use Developer Console.
ListGrid.exportData ignores implicitCriteri.
Version: v11.0p_2016-12-16/PowerEdition Development Only
To reproduce:
1. Go to http://www.smartclient.com/#customExport
2. Add a new property to countryList:
Code:
implicitCriteria: {continent: "Asia"},
4. Click "Export" button
Downloaded file contains all data, ignoring filter from implicitCriteria.
One more issue: ISC_History, ISC_Core and ISC_FileLoader have isc.versionNumber defined as isc.versionNumber="$[versionNumber]", making my server-side code emit warnings about version mismatch when I use Developer Console.
Comment