Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 727 Bytes

2021-09-10-implement-frequently-used-module-and-action.md

File metadata and controls

10 lines (10 loc) · 727 Bytes
title issue
Implement frequently used module & action
NEXT-17082

Administration

  • Changed function getModuleInfo in src/core/factory/router.factory.js to fix load $module with parentPath.
  • Added watcher $route.name in src/app/component/structure/sw-desktop/index.js.
  • Added method onUpdateSearchFrequently in src/app/component/structure/sw-desktop/index.js to update user config with the current module.
  • Added method getModuleSearchFrequently in src/app/component/structure/sw-desktop/index.js to get information current module.
  • Added method getModuleSearchFrequentlySpecialCases in src/app/component/structure/sw-desktop/index.js to get current module information with special cases.