Right now, PanelsIPEBlockContentForm::submitForm() calls parent::save(), even though it does not override the save() method itself. This is bad practice, jarring to see in code, and it means that one cannot effectively extend PanelsIPEBlockContentForm. There is no reason not to call $this->save(), so let us fix that :)

CommentFileSizeAuthor
#2 2895932-2.patch698 bytesphenaproxima
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

phenaproxima created an issue. See original summary.

phenaproxima’s picture

Status: Active » Needs review
FileSize
698 bytes

samuel.mortenson’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.