|
@@ -2869,6 +2869,7 @@ $(document).ready(function () {
|
|
|
|
|
|
|
|
|
|
|
|
|
function toggleGridFieldsSelection() {
|
|
function toggleGridFieldsSelection() {
|
|
|
|
|
+ viewModel.resultsHash = '';
|
|
|
if (viewModel.collection.template.fields().length > 0) {
|
|
if (viewModel.collection.template.fields().length > 0) {
|
|
|
viewModel.collection.template.fieldsSelected([])
|
|
viewModel.collection.template.fieldsSelected([])
|
|
|
}
|
|
}
|