title | issue |
---|---|
Implement frequently used module & action |
NEXT-17082 |
- Changed function
getModuleInfo
insrc/core/factory/router.factory.js
to fix load$module
withparentPath
. - Added watcher
$route.name
insrc/app/component/structure/sw-desktop/index.js
. - Added method
onUpdateSearchFrequently
insrc/app/component/structure/sw-desktop/index.js
to update user config with the current module. - Added method
getModuleSearchFrequently
insrc/app/component/structure/sw-desktop/index.js
to get information current module. - Added method
getModuleSearchFrequentlySpecialCases
insrc/app/component/structure/sw-desktop/index.js
to get current module information with special cases.