Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Form][WebProfiler] Fixed issue#10054 : cannot report form data when "allow_add" is true in a field #12889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[Form][WebProfiler] Prevent bug with data.id
  • Loading branch information
HeahDude committed Dec 12, 2014
commit 46b17f0469903365a220b3f353d75ee99b6dc1d7
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@

{% if data.submitted_data is defined %}
<h3>
<a class="toggle-button" data-toggle-target-id="{{ data.id }}-submitted_data" href="#">
<a class="toggle-button"{% if data.id is defined %} data-toggle-target-id="{{ data.id }}-submitted_data"{% endif %} href="#">
Submitted Data
<span class="toggle-icon"></span>
</a>
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.