Problem/Motivation
The feedback module's custom block plugin has a number of controls for customizing how feedback is gathered. Specifically, it controls...
- Feedback type
- Help text
- Submit button
Proposed resolution
We should make sure the block plugin has a test so that we can be sure it doesn't regress.
Remaining tasks
- Write a merge request
- Review and feedback
- RTBC and feedback
- Commit
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork feedback-3481983
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:
- 3481983-add-block-test
compare
Comments
Comment #2
mparker17I was working on this issue and discovered a bug, #3588194: Feedback type does not show selected option on block form and I added the block plugin test to that issue, so I'm closing this one as a duplicate of #3588194: Feedback type does not show selected option on block form