ORIENT/modules/system/assets/js
Alexander Guth 93a2898379 Do not change behavior: pass request data back to the options object (#3012)
Current changes to the ``framework.js`` led to a breaking change due to the fact, that ``options.data`` was no longer populated with the request data. The ``options`` object is part of the ``context`` object, which is later beeing passed to ``ajaxBeforeSend``
The two relevant versions of the file show the change of behavior:
b6fedfb688/modules/system/assets/js/framework.js (L56) => https://github.com/octobercms/october/blob/develop/modules/system/assets/js/framework.js#L88
The change is required to remain consistent with the old behavior. This code is tested and appears to be working as it did formerly.
2017-09-19 15:34:48 -06:00
..
eventlogs Fixes styling formatted content as raw 2016-10-13 06:35:34 +11:00
lang Support firstDay in date & date range filters 2017-08-11 08:59:06 -06:00
mailbrandsettings Create remaining mail partials 2017-07-22 18:03:58 +10:00
updates Code dusting 2017-07-29 15:33:51 +10:00
framework.extras.js Pass the current context to the selector 2017-06-07 22:36:18 +02:00
framework.js Do not change behavior: pass request data back to the options object (#3012) 2017-09-19 15:34:48 -06:00