[+BUGFIX] Fluid (Core/Widget): AjaxWidgetContextHolder now uses a unique id...
[+BUGFIX] Fluid (Core/Widget): AjaxWidgetContextHolder now uses a unique id for the Ajax WidgetContext. This makes sure, that the ajax response gets the right context, even if you open multiple browser windows in the same session [+BUGFIX] Fluid (Core): The Fluid Widget Bootstrap now initializes the object manager in order to respect "config.tx_extbase.object" configuration.. TODO: this should be somehow refactored to avoid code duplication [+BUGFIX] Fluid: Reduced the typeNum for the fluidAjaxWidgetResponse page. Apparently 7076857368 was too large ;) TODO: the typeNum should be somehow configurable [~TASK] Fluid (ViewHelpers/Widget): removed $GLOBALS['TSFE']->additionalHeaderData call from AutocompleteViewHelper as this is not configurable like this. Moved the jQuery includes to Configuration/TypoScript/setup.txt which can be included in your main TS template
Showing
- typo3/sysext/fluid/Classes/Core/Widget/AjaxWidgetContextHolder.php 2 additions, 12 deletions...ext/fluid/Classes/Core/Widget/AjaxWidgetContextHolder.php
- typo3/sysext/fluid/Classes/Core/Widget/Bootstrap.php 23 additions, 0 deletionstypo3/sysext/fluid/Classes/Core/Widget/Bootstrap.php
- typo3/sysext/fluid/Classes/Core/Widget/WidgetContext.php 3 additions, 3 deletionstypo3/sysext/fluid/Classes/Core/Widget/WidgetContext.php
- typo3/sysext/fluid/Classes/ViewHelpers/Link/WidgetViewHelper.php 5 additions, 3 deletions...ysext/fluid/Classes/ViewHelpers/Link/WidgetViewHelper.php
- typo3/sysext/fluid/Classes/ViewHelpers/Uri/WidgetViewHelper.php 4 additions, 3 deletions...sysext/fluid/Classes/ViewHelpers/Uri/WidgetViewHelper.php
- typo3/sysext/fluid/Classes/ViewHelpers/Widget/AutocompleteViewHelper.php 0 additions, 1 deletion...uid/Classes/ViewHelpers/Widget/AutocompleteViewHelper.php
- typo3/sysext/fluid/Configuration/TypoScript/setup.txt 4 additions, 3 deletionstypo3/sysext/fluid/Configuration/TypoScript/setup.txt
- typo3/sysext/fluid/ext_typoscript_setup.txt 2 additions, 1 deletiontypo3/sysext/fluid/ext_typoscript_setup.txt
Please register or sign in to comment