You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
View files which are included with a Deploy Export for Re-Import are imported with all lowercase file names, so if you have a View file with mixed case, that is all lost on the Destination site.
Steps to reproduce
In your source website have some Views with mixed-case filenames (ex: TextPage.cshtml)
Do an Export, including schema-related files.
In a new site, Import, including the files.
Weep for you lost casing, since your file is now named "textpage.cshtml" 😢
Expected result
Filenames should be preserved.
The text was updated successfully, but these errors were encountered:
View files which are included with a Deploy Export for Re-Import are imported with all lowercase file names, so if you have a View file with mixed case, that is all lost on the Destination site.
Steps to reproduce
Expected result
Filenames should be preserved.
The text was updated successfully, but these errors were encountered: