Commit 004ec548 authored by Sven Franck's avatar Sven Franck

bugfix: adding consoles

parent 12a58176
...@@ -724,6 +724,7 @@ ...@@ -724,6 +724,7 @@
// new // new
if (element.type === "form") { if (element.type === "form") {
if (answer) { if (answer) {
console.log(answer);
if (answer.data.total_rows > 1) { if (answer.data.total_rows > 1) {
util.errorHandler({ util.errorHandler({
"error": "Fieldlist: More than 1 record" "error": "Fieldlist: More than 1 record"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment