Some minor changes

This commit is contained in:
Mike Koch 2017-10-21 13:39:17 -04:00
parent 9839e8916e
commit f2cfe967ee
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED
2 changed files with 2 additions and 1 deletions

View File

@ -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');

View File

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