Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_4_8' into QA_4_8
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed May 9, 2018
2 parents f8d0302 + 3d632e2 commit 617c88d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -14,6 +14,7 @@ phpMyAdmin - ChangeLog
- issue #14260 Fixed configuration for DefaultLang and Lang
- issue #14264 Linking for 'Distinct values' broken
- issue #13968 Fix MariaDB 10.2 current_timestamp()
- issue #14249 Fix for missing go button in view edit

4.8.0.1 (2018-04-19)
- issue [security] Multiple CSRF vulnerabilities, See PMASA-2018-02
Expand Down
1 change: 1 addition & 0 deletions templates/view_create.twig
Expand Up @@ -117,6 +117,7 @@
<input type="hidden" name="{{ (view['operation'] == 'create') ? 'createview' : 'alterview' }}" value="1" />
<input type="hidden" name="ajax_dialog" value="1" />
<input type="hidden" name="ajax_request" value="1" />
<input type="submit" name="" value="{% trans 'Go' %}" />
{% endif %}

</form>
Expand Down

0 comments on commit 617c88d

Please sign in to comment.