Migrating project from v9 to v10 is causing styling issues
0
Hi everyone, We've recently migrated our project from v9.18.4 to v10.18.4 and are encountering numerous styling issues. We followed the documentation for styling and: Ensured all custom styling was in our own styling module Renamed the Atlas module to Atlas Core Updated all marketplace modules to the latest versions Downloaded the Atlas Core module, which replaced the renamed Atlas UI folder While the application's styling appears correct when running, the browser's inspect function shows that it is referencing styling in folders that no longer exist. Additionally, changes or additions to styling (both in the custom or Atlas Core folder or project styling) do not seem to take effect, nothing happens really. We've tried deleting the project locally and re-downloading it, as well as clearing browser cookies/history, but nothing has worked so far. Is anyone else experiencing this issue? How can we resolve it? This problem is preventing us from changing or adding new styling, including using new widgets like datagrid2 items. A potentially important sidenote: this is a very old project originally developed in v8 and has been migrated multiple times to newer versions. Could this be contributing to the problem?
asked
Mignon Biesebroek
1 answers
0
Check your theme folder for old stuff. Mendix 8 and earlier used Atlas_UI_Resources, older versions had a lot of styling files in the theme folder. No themesource back then. If that is left behind, it takes precedence because the theme folder is higher on the priority list than UI resource modules.