Skip to content

Commit

Permalink
Merge pull request #1007 from yonas/feature/2230-missing-feedback-button
Browse files Browse the repository at this point in the history
Issue #2230: Fix missing Provide Feedback button
  • Loading branch information
kostajh authored Sep 15, 2016
2 parents 59ae087 + 748ea91 commit ae8ff1e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ function _prepopulate_request_walk(&$form, &$request_slice) {
$limited_types = array(
'actions',
'button',
'container',
// This is a temporary workaround to prevent the Provide Feedback button
// from not appearing on profile pages.
// See: https://www.drupal.org/node/2679839#comment-11375243
//'container',
'token',
'value',
'hidden',
Expand Down
6 changes: 6 additions & 0 deletions tests/TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Todo Items

## Provide feedback

Provide Feedback is a key site interaction that needs test coverage in the future.
See [Issue #2230](https://pm.savaslabs.com/issues/2230) and the [Drupal issue queue](https://www.drupal.org/node/2679839) for more details.

0 comments on commit ae8ff1e

Please sign in to comment.