Merge remote-tracking branch 'origin/QA_4_8' into QA_4_8
This commit is contained in:
commit
617c88dd96
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user