Merge remote-tracking branch 'origin/QA_4_8' into QA_4_8

This commit is contained in:
Weblate 2018-05-09 04:18:40 +02:00
commit 617c88dd96
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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>