Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #36860 - Remove workaround for fixing layout rendering #9874

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

MariaAga
Copy link
Member

Navigation now loads before the content so the workaround is not needed.
The workaround causes issues in the Webpack 5 migration due to different loading order.
undoing most of: #6502

@github-actions github-actions bot added UI Legacy JS PRs making changes in the legacy Javascript stack labels Oct 25, 2023
@@ -36,14 +33,3 @@ export const hideLoading = () => {
export const changeActive = () => {
deprecate('changeActive', '', '3.8');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reminds me: we need to drop deprecated code. Looks like this function was actually a noop and can also be dropped. Probably doesn't belong in this PR though.

Copy link
Contributor

@kmalyjur kmalyjur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@ekohl ekohl merged commit 405808d into theforeman:develop Oct 26, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Legacy JS PRs making changes in the legacy Javascript stack UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants