Add call parent submitForm in SettingsForm.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | parent_submitForm-3068334-2.patch | 457 bytes | sergiu stici |
Add call parent submitForm in SettingsForm.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | parent_submitForm-3068334-2.patch | 457 bytes | sergiu stici |
Comments
Comment #2
sergiu stici commentedHere is the patch, please review.
Comment #3
sergiu stici commentedComment #4
BarisW commentedI have no idea why this should be done. Please take a bit more time to elaborate on why an change is needed.
Comment #5
sergiu stici commentedIt's executing a method with the same name on its parent class. This is standard fare in any language when you're dealing with inheritance, when functionality from the base class is still (or may be in the future) required.
Have a read up on Dependency Injection for a Form if this concept is unfamiliar to you.
Comment #6
BarisW commentedAlright, thanks for the info!
Comment #8
BarisW commented