Skip to content

[FEAT] Warning in the backend if css/js files are missing #4740

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

Open
1 task done
alexh-swdev opened this issue Apr 2, 2025 · 1 comment
Open
1 task done

[FEAT] Warning in the backend if css/js files are missing #4740

alexh-swdev opened this issue Apr 2, 2025 · 1 comment
Labels
new feature review needed Problem should be verified

Comments

@alexh-swdev
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Description

Is it possible to show a warning, if expected asset files like js or css are missing when refreshing the caches in the backend?

Background:
Yesterday I realized that since the last update, the admin -> system -> configuration section was unusable. (This was due to a merge error on my side, not from OM core) All other (or at least the daily used) areas in the backend and fronted where still working. The problem was: only there, wrong js urls have been generated for all js-files ( instead of (/) so they could not get loaded.

I then made a quick&dirty fix to handle this and today I realized that I accidentally removed a required js file. This broke js merging and seemed to create the unusable paths. An error message would have helped a lot :)

Expected Behavior

If during cache refresh in the backed a css or js file is missing, a warning pops up.

Benefits

No response

Anything else?

No response

@alexh-swdev alexh-swdev added new feature review needed Problem should be verified labels Apr 2, 2025
@sreichel
Copy link
Contributor

The merge-feature should be removed after having HTTP/2. imho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature review needed Problem should be verified
Projects
None yet
Development

No branches or pull requests

2 participants