Custom App modules and domain not showing in develop branch

In develop branch, the Custom App modules and domain do not show up. Can’t figure out what code is fired upon moduleview that is not showing up the menus.

Getting this error when going to breadcrumb via a doctype within the custom module. Essentially awesomebar shows all doctypes and reports of the custom app but the sidebar doesn’t show the names.

Uncaught TypeError: Cannot read property 'addClass' of undefined
    at Desktop.show_page (desktop.js:106)
    at Desktop.route (desktop.js:25)
    at Object.show (pageview.js:57)
    at Object.frappe.route (router.js:51)
    at router.js:212
    at dispatch (jquery.min.js:3)
    at r.handle (jquery.min.js:3)
show_page @ desktop.js:105
route @ desktop.js:24
show @ pageview.js:56
frappe.route @ router.js:50
(anonymous) @ router.js:210
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3

Figured out

It’s based on Desk Page DocType

Found from: frappe/desk/desktop.py
pages = frappe.get_all("Desk Page", fields=["name", "category"], filters=filters, order_by=order_by, ignore_permissions=True)