• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FluidTYPO3 / flux / 2483 / 1
93%
development: 93%

Build:
DEFAULT BRANCH: development
Ran 30 Dec 2016 08:18PM UTC
Files 177
Run time 14s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Dec 2016 08:14PM UTC coverage: 91.354% (-0.06%) from 91.415%
TYPO3_VERSION=">=7.6.13, <7.6.99"

push

travis-ci

mneuhaus
[BUGFIX] Hide nested content IRRE field if workspaces active (#1261)

This patch adds a condition before indiscriminately adding the `tx_flux_children` field to TCA display. Adding the field when workspaces is enabled will cause the following problem:

* IRRE field may contain placeholders and removing
   those does not seem immediately possible; the
   IRRE field does not "translate" placeholders to the
   actual target record.
* When saving parent record, new versions of children
   are created if the IRRE field is shown.
* This means a new version is attempted to be created
   for any move placeholders that may be present (which
   happens if you move any content into the parent,
   then edit the parent).
* But versions-of-placeholders is not allowed by TYPO3.

The effect might be partially related to the TYPO3 core itself, if assuming that IRRE fields which show `tt_content` records *should* indeed translate placeholders to their original records before showing them in the IRRE field.

If this assumption is correct then a bugfix for the TYPO3 core might be possible, at which point we can restore this field without worrying about errors preventing correct record saving when workspaces is involved.

PS: Also moves our TCA overrides into the proper TCA overrides folder, and removes the `ext_tables.php` file.

Fix kindly sponsored by MSI Chicago - http://www.msichicago.org/

6139 of 6720 relevant lines covered (91.35%)

12.95 hits per line

Source Files on job 2483.1 (TYPO3_VERSION=">=7.6.13, <7.6.99")
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2483
  • Travis Job 2483.1
  • 4119b6a0 on github
  • Prev Job for TYPO3_VERSION=">=7.6.13, <7.6.99" on development (#2480.2)
  • Next Job for TYPO3_VERSION=">=7.6.13, <7.6.99" on development (#2485.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc