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
[x] admin experience UI
[x] Content Types or data management
Current Behavior
When Importing a 2sxc view I have created and exported from another website project onto my current project, I get an error with my Razorblade file, and the error message is not clear.
The issue is that it does not automatically create the subfolder structure after ...\2sxc\Content... and it seems like it should.
The error received is not very informative on what/where the issue happened. It looks like the path exists, but in reality the file path after \2sxc\Content... is not there.
Had to do some trial and error until I figured out the "AETA" folder needed to be created on the server for the import view to recognize it.
Expected Behavior
When you Import a View, it should build the rest of the file path connected to that particular view if it does not exist already. This helps the user keep a quick workflow and they wouldn't need to create these folders themselves.
Instructions to Reproduce the Problem
Ensure that your existing View is using a template file in a subfolder under your app, e.g. /Portals/0/2sxc/Content/MyFolder/Review-list.cshtml.
On a separate website, I Exported the 2sxc View
To see the error, make sure the /MyFolder does NOT exist on the site you are importing to
On my current website, I am in the Content Admin window > View
Clicked the "View" in the bottom left and select the Import option
I drag and drop my Exported 2sxc View into the file area
Once the file got in there, I received the error in the image above
Your environment
2sxc version(s): 16.7.0
Browser: Chrome
DNN: 09.13.00
Language: English
The text was updated successfully, but these errors were encountered:
@iJungleboy - this seems well explained and easy to reproduce... and possibly quick/easy to fix. Any chance this can get a little love soon? Definitely a high PITA factor for us and the way we re-use apps.
bmusgrove-accuraty
changed the title
2sxc View Import Error on Upload
View Import Error with Templates in Subfolders
Jan 22, 2024
I'm submitting a
[x] bug report
[x] feature request
...about
[x] admin experience UI
[x] Content Types or data management
Current Behavior
When Importing a 2sxc view I have created and exported from another website project onto my current project, I get an error with my Razorblade file, and the error message is not clear.
Expected Behavior
When you Import a View, it should build the rest of the file path connected to that particular view if it does not exist already. This helps the user keep a quick workflow and they wouldn't need to create these folders themselves.
Instructions to Reproduce the Problem
Your environment
The text was updated successfully, but these errors were encountered: