mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 19:02:35 +01:00
New: Autoselect no LOCK when export is for POSTGRESQL
This commit is contained in:
@@ -64,6 +64,12 @@ jQuery(document).ready(function() {
|
||||
hideoptions();
|
||||
jQuery("#postgresql_options").show();
|
||||
});
|
||||
jQuery("#select_sql_compat").click(function() {
|
||||
if (jQuery("#select_sql_compat").val() == 'POSTGRESQL')
|
||||
{
|
||||
jQuery("#checkbox_dump_disable-add-locks").attr('checked',true);
|
||||
};
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user