fabarea / media

Media management system for TYPO3 CMS
Other
30 stars 25 forks source link

[BUGFIX] Prevent another possible crash when upgrading to TYPO3 v8 #179

Closed xperseguers closed 7 years ago

xperseguers commented 7 years ago

Upgrade Wizard "Execute database migrations on single rows" may fail to update child record (which are actually non-existing) on column related_files.

Using a displayCond TCA definition since "related_files" is a real column and the behaviour requested by EXT:media is to exclude it when a sys_file_metadata row is edited/processed.

Resolves: #178