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
and the service class has no ->navigation() method
Then:
any page site-wide with newDesigns freezes as a blank black screen
Related, on any newDesigns page sitewide:
if: an (oldDesigns) module expected TopMenu to land on index action by default
then: this is no longer possible, and the (default) module index action is unreachable
careck : "both of these look like a bug to me"
These relate to newDesigns deprecating the 'hover to pop dropdown' from topBar of oldDesigns.
A 'click' is required to drop the items list, so no default-on-click navigation is sensible.
Possible fix?
newDesigns detects:
missing navigation method in ServiceClass - OR - navigation method exists, but returns no menu list items
---> automatically adds a single menu list entry, eg:"Open", as navigation to module short URL default (hence to it's index.html)
The text was updated successfully, but these errors were encountered:
If:
Then:
Related, on any newDesigns page sitewide:
careck : "both of these look like a bug to me"
These relate to newDesigns deprecating the 'hover to pop dropdown' from topBar of oldDesigns.
A 'click' is required to drop the items list, so no default-on-click navigation is sensible.
Possible fix?
---> automatically adds a single menu list entry, eg:"Open", as navigation to module short URL default (hence to it's index.html)
The text was updated successfully, but these errors were encountered: