Skip to content

Commit

Permalink
[BUGFIX] Remove disabled button state after successful TCA Migrations…
Browse files Browse the repository at this point in the history
… check

Resolves: #99390
Releases: main
Signed-off-by: Torben Hansen <derhansen@gmail.com>
Change-Id: Ifd3e20e7350091335265c11649f7565ccbeb64de
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77183
Reviewed-by: Markus Klein <markus.klein@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: core-ci <typo3@b13.com>
  • Loading branch information
derhansen authored and bmack committed Dec 22, 2022
1 parent d4aa6e9 commit 0816ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class TcaMigrationsCheck extends AbstractInteractableModule {
const m4 = FlashMessage.render(Severity.error, 'Something went wrong', 'Use "Check for broken extensions"');
modalContent.find(this.selectorOutputContainer).append(m4);
}
this.setModalButtonsState(true);
},
(error: AjaxResponse): void => {
Router.handleAjaxError(error, modalContent);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0816ba5

Please sign in to comment.