Skip to content
Snippets Groups Projects

B8668: moved ifPillIsHiddenSetChildFeToHidden() call, to include case when...

Merged Pascal Rössler requested to merge B8668_pill_hidden_fe_still_required into develop
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -596,6 +596,7 @@ class QuickFormQuery {
if ($this->store::getVar($this->formSpec[F_PRIMARY_KEY], STORE_TABLE_COLUMN_TYPES) === false) {
throw new \UserFormException("Primary Key '" . $this->formSpec[F_PRIMARY_KEY] . "' not found in table " . $this->formSpec[F_TABLE_NAME], ERROR_INVALID_OR_MISSING_PARAMETER);
}
$this->ifPillIsHiddenSetChildFeToHidden();
switch ($this->formSpec['render']) {
case 'plain':
@@ -651,8 +652,6 @@ class QuickFormQuery {
$recordId = $this->store->getVar(SIP_RECORD_ID, STORE_SIP . STORE_TYPO3);
$this->ifPillIsHiddenSetChildFeToHidden();
// SAVE
$save = new Save($this->formSpec, $this->feSpecAction, $this->feSpecNative, $this->feSpecNativeRaw);
Loading