Better 'config new' and fix a couple menu refs

This commit is contained in:
Bryan Ashby
2020-07-06 21:02:18 -06:00
parent f4ccc998f5
commit 60a1f14f6e
6 changed files with 29 additions and 28 deletions

View File

@@ -145,7 +145,7 @@
module: msg_list
art: PRVMSGLIST
config: {
menuViewPost: messageBaseViewPost
menuViewPost: messageAreaViewPost
messageAreaTag: private_mail
}
form: {
@@ -160,7 +160,7 @@
submit: {
*: [
{
value: { message: null }
value: { messageIndex: null }
action: @method:selectMessage
}
]