Replies: 1 comment 1 reply
-
Solved... Maybe worth checking if it could be a problem? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have encountered a problem during development.
I am running several OC projects, each on different version of OrchardCore, including two projects that have nuget packages build from source manually and stored in filesystem. Everything worked ok, until I dowloaded newer version of OrchardCore (1.4.0) into one of the projects that includes manually build nugets.
After that, css and js broke on older version of OC (1.4-preview). After long investigation, I have figured out, that both solutions include the same css and js files, even though I have updated only one of the projects.
Both of them have bootstrap 5.1.3 in TheAdmin.css but the older one needs bootstrap 4.6.1 etc..
So the current state is:
Project 1 - updated version of nugets to 1.4.0 - working fine
Project 2 - older version 1.4.0-preview - broken, somehow includes css and js from Project 1
other projects - 1.3.x versions - working ok.
Also, we have tested it on 3 computers:
Do you have any idea what could cause this?
I have tried:
Version of TheAdmin.css from browser:

decompiled version from nuget:

Beta Was this translation helpful? Give feedback.
All reactions