Problem/Motivation
Given a group which allows group membership requests. These requests are real applications in which the applicant has to describe why she want to join. It worked before. I just added a textfield to the group content entity, and showed up properly.
Proposed resolution
In this commit the parent was changed to ContentEntityConfirmFormBase. This base class removes the attached fields completely. We should switch back to the original ContentEntityForm + implement ConfirmFormInterface.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 319943-4-entity-form-fix.patch | 5.45 KB | szantog |
Issue fork grequest-3199439
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
szantog commentedComment #4
szantog commentedComment #6
lobsterr commented@szantog - You are right, we need to use ContentEntity form, I completely forgot about it. I have reverted correctly all changes taking into account the latest changes presented in the module. Please check it
Comment #8
lobsterr commented