Fix message counter and message area display in message listings
This commit is contained in:
parent
5b698b34ef
commit
26e8e0f6d0
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -37,7 +37,7 @@ exports.moduleInfo = {
|
||||||
|
|
||||||
const MciViewIds = {
|
const MciViewIds = {
|
||||||
msgList : 1, // VM1
|
msgList : 1, // VM1
|
||||||
MsgInfo1 : 2, // TL2
|
msgInfo1 : 2, // TL2
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.getModule = class MessageListModule extends MessageAreaConfTempSwitcher(MenuModule) {
|
exports.getModule = class MessageListModule extends MessageAreaConfTempSwitcher(MenuModule) {
|
||||||
|
|
Loading…
Reference in New Issue