Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Umbraco 9 compatibility #56

Closed
chris-evansnz opened this issue May 11, 2021 · 8 comments
Closed

Umbraco 9 compatibility #56

chris-evansnz opened this issue May 11, 2021 · 8 comments

Comments

@chris-evansnz
Copy link

Just wondering if anyone has successfully used matryoshka in the Umbraco 9 beta-001 release?

I seemed to get it working by copying the App_Plugins files into wwwroot but it mysteriously stopped working a day later. Installing via the nuget package didn't work either (wishful thinking but worth a try)

Is there a plan for a v9 version; and is there any best-practice way to get App_Plugins based directives etc to work in asp.net core / v9?

@skttl
Copy link
Owner

skttl commented May 12, 2021

When it stopped a day later, did the files still exist in the App_Plugins folder? Sounds more like a bug in Umbraco, or your setup if the files dissapeared.

There is currently no plans for v9, as I expect cores own tabs functionality to be ready soon. And Matryoshka already works in v9 as it's only js/html/css which is compatible with both v8 / v9.

@chris-evansnz
Copy link
Author

No, the files were still there, it just doesn't show the tabs. Not sure why?

@skttl skttl pinned this issue May 21, 2021
@bielu
Copy link

bielu commented May 22, 2021

@skttl based on that umbraco/Umbraco-CMS#9442, I somehow dont believe tabs will actually return to core as that is already 8 months without update of ticket about tabs, so lets be honest it might not happen. :)

@skttl
Copy link
Owner

skttl commented May 22, 2021

@skttl
Copy link
Owner

skttl commented May 22, 2021

Regarding this issue, I'm pretty sure it's a bug in the beta. If the files is there, theres nothing I can do...

@markadrake
Copy link

After running dotnet add package Our.Umbraco.Matryoshka I can confirm that the appropriate files are not added to my project.

image

So I downloaded the latest release (0.7.0), unzipped the files, and placed them correctly under App_Plugins.

image

I can confirm that the tabs are in place and in working order.

image

@skttl
Copy link
Owner

skttl commented Jun 13, 2021

Yes, I guess I need to create a nuget package with build targets for copying the files into the site for v9.

I'll see if I can find out if HQ are getting their tabs implementation done before v9, before I do it though.

@skttl
Copy link
Owner

skttl commented Jul 7, 2021

With the current plans for adding tabs back into the backoffice, the roadmap for Matryoshka is now:

  • Make the native tabs work with Matryoshka for 8.x
  • Create a new package, responsible for migrating Matryoshka Tabs and Matryoshka Group Separators to native tabs and groups - this is going to be v8 only, so you need to run the migration in v8 before upgrading to v9.
  • No support for v9

@skttl skttl closed this as completed Jul 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants