GX-Bug #50748 » Filter_Zuruecksetzen_Fix.patch
src/templates/Honeygrid/javascript/engine/widgets/filter.js (revision ) | ||
---|---|---|
1 | 1 |
/* -------------------------------------------------------------- |
2 |
filter.js 2016-11-18
|
|
2 |
filter.js 2017-03-17
|
|
3 | 3 |
Gambio GmbH |
4 | 4 |
http://www.gambio.de |
5 |
Copyright (c) 2016 Gambio GmbH
|
|
5 |
Copyright (c) 2017 Gambio GmbH
|
|
6 | 6 |
Released under the GNU General Public License (Version 2) |
7 | 7 |
[http://www.gnu.org/licenses/gpl-2.0.html] |
8 | 8 |
-------------------------------------------------------------- |
... | ... | |
171 | 171 |
}); |
172 | 172 | |
173 | 173 |
dataset.filter_fv_id = (join) ? result.join('&') : result; |
174 | ||
174 |
|
|
175 |
// value_conjunction is not needed for do=Filter-request and should be deleted because its length can be too |
|
176 |
// large for POST-data |
|
177 |
delete dataset.value_conjunction; |
|
178 |
|
|
175 | 179 |
return dataset; |
176 | 180 |
}; |
177 | 181 |