Adjustment in travis ci configs. Fix importing during first time running db upgrade

This commit is contained in:
Khanh Ngo
2018-08-20 17:21:32 +07:00
parent 0b7580c82f
commit 8af7a6ac9e
4 changed files with 24 additions and 5 deletions

View File

@ -267,7 +267,7 @@
applyChanges({'domain': domain}, $SCRIPT_ROOT + '/domain/' + domain + '/update');
});
{% if SETTING.get('record_helper_setting') %}
{% if SETTING.get('record_helper') %}
//handle wacky record types
$(document.body).on("focus", "#current_edit_record_data", function (e) {
var record_type = $(this).parents("tr").find('#record_type').val();