Skip to content
Snippets Groups Projects
  1. Apr 02, 2020
  2. Apr 01, 2020
  3. Mar 31, 2020
    • Oliver Bartsch's avatar
      [BUGFIX] Provide inlineParentUid in FormInlineAjaxController · 61935dc3
      Oliver Bartsch authored
      By expanding an inline record the AJAX request calls the `detailAction`
      in `FormInlineAjaxController`. The parent data array created in this
      function does not contain the parent record's uid nor its database row.
      
      In order to ensure that the uid is not NULL, in any FormDataProvider,
      the uid is now added to the parent data array. This value is then used
      as fallback in case there is no database row given in the `compileChild`
      function which calls the FormDataProviders.
      
      Resolves: #90734
      Releases: master, 9.5
      Change-Id: I66a4a20980d6c62a3e87496b6261b25f5e22aea6
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63686
      
      
      Tested-by: default avatarTYPO3com <noreply@typo3.com>
      Tested-by: default avatarSusanne Moog <look@susi.dev>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      Reviewed-by: default avatarChristian Eßl <indy.essl@gmail.com>
      Reviewed-by: default avatarSusanne Moog <look@susi.dev>
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      61935dc3
    • Benni Mack's avatar
      [TASK] Update symfony dependencies for tarball distributions · e8f9acf7
      Benni Mack authored
      Used composer command:
        composer update "symfony/*" --with-all-dependencies
      
      Output:
        - Updating symfony/filesystem (v5.0.6 => v5.0.7)
        - Updating symfony/config (v5.0.6 => v5.0.7)
        - Updating symfony/console (v5.0.6 => v5.0.7)
        - Updating symfony/dependency-injection (v5.0.6 => v5.0.7)
        - Updating symfony/var-exporter (v5.0.6 => v5.0.7)
        - Updating symfony/cache (v5.0.6 => v5.0.7)
        - Updating symfony/expression-language (v5.0.6 => v5.0.7)
        - Updating symfony/finder (v5.0.6 => v5.0.7)
        - Updating symfony/mime (v5.0.6 => v5.0.7)
        - Updating symfony/event-dispatcher (v5.0.6 => v5.0.7)
        - Updating symfony/mailer (v5.0.6 => v5.0.7)
        - Updating symfony/inflector (v5.0.6 => v5.0.7)
        - Updating symfony/property-access (v5.0.6 => v5.0.7)
        - Updating symfony/property-info (v5.0.6 => v5.0.7)
        - Updating symfony/routing (v5.0.6 => v5.0.7)
        - Updating symfony/yaml (v5.0.6 => v5.0.7)
        - Updating symfony/css-selector (v5.0.6 => v5.0.7)
        - U...
      e8f9acf7
  4. Mar 30, 2020
  5. Mar 29, 2020
  6. Mar 28, 2020
  7. Mar 27, 2020