* Fix issue with submit matching when argName used

This commit is contained in:
Bryan Ashby 2015-07-13 13:41:21 -06:00
parent 9f86bdd856
commit 316a9c8b7f
5 changed files with 15 additions and 12 deletions

View file

@ -531,7 +531,7 @@
"submit" : {
"3" : [
{
"value" : { "3" : null },
"value" : { "subject" : null },
"action" : "@method:headerSubmit"
}
]
@ -551,7 +551,7 @@
"submit" : {
"*" : [
{
"value" : 1,
"value" : "message",
"action" : "@method:editModeEscPressed"
}
]