Some minor changes

master
Mike Koch 7 years ago
parent 9839e8916e
commit f2cfe967ee
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

@ -77,8 +77,8 @@ hesk_dbConnect();
$all_good &= run_column_check('statuses', 'LockedTicketStatus');
output_header_row('1.5.0');
$all_good &= run_column_check('users', 'active');
$all_good &= run_column_check('users', 'notify_note_unassigned');
output_header_row('1.6.0');
$all_good &= run_column_check('users', 'notify_note_unassigned');
$all_good &= run_table_check('settings');
output_header_row('1.7.0');
$all_good &= run_table_check('verified_emails');

@ -140,6 +140,7 @@ function updateProgressBar(migrationNumber, latestMigrationNumber, isError, isFi
if (isError === true) {
$progressBar.find('.progress-bar').removeClass('progress-bar-success')
.removeClass('active')
.addClass('progress-bar-danger');
if (isFinished) {

Loading…
Cancel
Save