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

Comments

phenaproxima created an issue. See original summary.

phenaproxima’s picture

Status: Active » Needs review
StatusFileSize
new698 bytes

samuel.mortenson’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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