Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ def deleteCode(codeNumber) {
}

def updateCodes(codeSettings) {
if(codeSettings instanceof String) codeSettings = util.parseJson(codeSettings)
if(codeSettings instanceof String) codeSettings = new groovy.json.JsonSlurper().parseText(codeSettings)
def set_cmds = []
def get_cmds = []
codeSettings.each { name, updated ->
Expand Down