mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
#12687 Changes in export dialog
This commit is contained in:
parent
8675e60c9b
commit
b858527a31
@ -149,13 +149,8 @@ html_print_table($table);
|
|||||||
Object.entries(value).forEach(([field, value2]) => {
|
Object.entries(value).forEach(([field, value2]) => {
|
||||||
message += "with " + field + ": (";
|
message += "with " + field + ": (";
|
||||||
if (typeof value2 === 'object' && Object.keys(value2).length > 0) {
|
if (typeof value2 === 'object' && Object.keys(value2).length > 0) {
|
||||||
let cont = 0;
|
|
||||||
Object.entries(value2).forEach(([key3, value3]) => {
|
Object.entries(value2).forEach(([key3, value3]) => {
|
||||||
message += value3 + " , ";
|
message += value3 + " , ";
|
||||||
if (cont === 6) {
|
|
||||||
message += "<br>";
|
|
||||||
}
|
|
||||||
cont++;
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user