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

fix: remove unused style #4244

Merged
merged 2 commits into from
Dec 5, 2024
Merged

fix: remove unused style #4244

merged 2 commits into from
Dec 5, 2024

Conversation

solracsf
Copy link
Member

@solracsf solracsf commented Dec 5, 2024

Fix #4148

Signed-off-by: Git'Fellow <[email protected]>

This comment was marked as outdated.

@solracsf solracsf marked this pull request as ready for review December 5, 2024 16:12
@SebastianKrupinski
Copy link
Contributor

Tested Works.

Before:
Screenshot 2024-12-05 141310

After:
image

Copy link
Contributor

@SebastianKrupinski SebastianKrupinski left a comment

Choose a reason for hiding this comment

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

Tested. Works. Thanks for fixing this.

Also thank you for updating the constructor!

@SebastianKrupinski SebastianKrupinski merged commit 5ef53c2 into main Dec 5, 2024
35 of 37 checks passed
@SebastianKrupinski SebastianKrupinski deleted the removeUnusedStyle branch December 5, 2024 19:28
@solracsf
Copy link
Member Author

solracsf commented Dec 5, 2024

Thanks. I'm not familiar with backports policy in this repo but please consider backporting it 👍🏻

@SebastianKrupinski
Copy link
Contributor

We normally try to back port fixes 3 versions for all repos, for the contacts app that would be 6.1, 6.0, 5.5.

The only issue is that with the constructor changes, back porting this fix is not possible, version 6.0 supports a min php version of 7.4 which does not support the constructor variable declarations. Also the removal of the addInitScript check makes pack porting to 6.0 impossible as 6.0 supports a min Nc version of 27.

So long story short we can't really back port these changes. Sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

contacts-index.css blocked due to MIME type (“text/html”) mismatch
2 participants