Fix "Save Log in SQL": add option values.

(cherry picked from commit a33654dcf9)
merge-requests/63/head
Austin Lakeman 2019-04-24 18:42:50 +00:00
parent 72cacda9b0
commit 83bfa252ac
1 changed files with 2 additions and 0 deletions

View File

@ -3525,10 +3525,12 @@ module.exports = function(s,config,lang){
"possible": [
{
"name": "No",
"value": "0",
"info": "No is the default."
},
{
"name": "Yes",
"value": "1",
"info": "Do this if you are having recurring issues only."
}
]