Bjornmamman / Our.Umbraco.SimpleTreeMenu

3 stars 6 forks source link

Tree Menu in Umbraco 8.4.0 #6

Closed loriRyanp closed 4 years ago

loriRyanp commented 4 years ago

I have a multi node site. i.e. Home with pages underneath it and website configuration where I have placed the tree to manage navigation. However I cannot select anything keep getting

Request error: The URL returned a 404 (not found): /umbraco/backoffice/UmbracoApi/Content/GetEmpty

From the logs {"@t":"2020-01-23T16:51:28.3209538Z","@mt":"Document {ContentName} (id={ContentId}) has been published.","ContentName":"Website Configuration","ContentId":1108,"SourceContext":"Umbraco.Core.Services.Implement.ContentService","ProcessId":10772,"ProcessName":"w3wp","ThreadId":113,"AppDomainId":61,"AppDomainAppId":"LMW3SVC4ROOT","MachineName":"xxxxxx","Log4NetLevel":"INFO ","HttpRequestNumber":4,"HttpRequestId":"4414c0d6-6bb3-453e-b5ab-0510df6dfca5"}

HTDL-Andrew commented 4 years ago

It's not really clear from the instructions, you need to create a document type called Menu Node with the alias menuNode with the controls shown in the screenshot, title link etc.

View screen shot

madsoulswe commented 4 years ago

You can name the doctype what every you like. The doctype-alias i set in the datatype editor. Here: https://our.umbraco.com/packages/website-utilities/simpletreemenu/#package-gallery-7

But the default value is set to "menuNode".

I will:

HTDL-Andrew commented 4 years ago

As long as people know they need to create a doctype I don't think it matters. Great package by the way!

madsoulswe commented 4 years ago

Fixed in version 0.2.2

loriRyanp commented 4 years ago

Thanks - looking forward to retrying the package