Bug #14782
IB - web-showroom change CommonActions to SLCommonActions
Status: | Closed | Start date: | 16 November 2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Hoo Dextor | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - | |||
Phase: | R1 | Branch Code: | showroom-proj-base-i5 |
Description
Issue
--------
Web app dispatch failed will dispatch to CommonActions.CommonFailed which is wrong. e.g.
this.store.dispatch(CommonActions.CommonFailed({ payload: resultLogin }));
or
this.store.dispatch(CommonActions.CommonFailed(res));
Expected
--------
Web app dispatch failed should use
this.store.dispatch(SLCommonActions.CommonFailed({ payload: res }));
Change all under Web App only.
History
#1 Updated by Wee Meng Soh about 2 years ago
- File Screenshot 2022-11-22 at 4.37.25 PM.png added
- Status changed from New to Resolved
- Assignee changed from Wee Meng Soh to Hoo Dextor
weemeng.soh: Bug #14782 - IB - web-showroom change CommonActions to SLCommonActions
#2 Updated by Hoo Dextor over 1 year ago
- Status changed from Resolved to Closed