quickcreate
view folder is no longer supported and will not be loaded in 12.3+, instead, Sugar is loading the following views:
sidebar-nav-item-quickcreate |
View with code to display the Quick Create menu and it's icon |
sidebar-nav-flyout-header |
View with Secondary Action menu (submenu)'s title content |
sidebar-quickcreate |
View with code to display all quick create modules and their respective icons |
You must, manually, move your customizations from quickcreate
to sidebar-nav-item-quickcreate and sidebar-quickcreate by adapting your code to the new handlebar template, JavaScript and PHP code.
Files Prior to 12.3 |
Files 12.3+ |
/clients/base/layouts/header/header.php |
/clients/base/layouts/header-nav/header-nav.php |
/clients/base/layouts/header/header.js |
/clients/base/layouts/header-nav/header-nav.js |
/clients/base/layouts/header/header.hbs |
/clients/base/layouts/header-nav/header-nav.hbs |
/clients/base/views/sidebar-quickcreate |
Extension
Files Prior to 12.3 |
Files 12.3+ |
extendsFrom: 'QuickcreateView' |
extendsFrom: 'SidebarQuickcreateView' |
Note: Do not replace Side Nav files nor copy the contents from the previous versions to the new redesigned component.