@saltcorn/badges
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "@saltcorn/badges", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Display badges from relationships", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -50,6 +50,7 @@ const { span, p, code } = require("@saltcorn/markup/tags"); | ||
joined_table.fields.forEach((jf) => { | ||
agg_field_opts.push({ | ||
label: `${table.name}.${key_field.name}→${kf.name}→${jf.name}`, | ||
name: `${table.name}.${key_field.name}.${kf.name}.${jf.name}`, | ||
}); | ||
if (jf.name !== kf.name) | ||
agg_field_opts.push({ | ||
label: `${table.name}.${key_field.name}→${kf.name}→${jf.name}`, | ||
name: `${table.name}.${key_field.name}.${kf.name}.${jf.name}`, | ||
}); | ||
}); | ||
@@ -56,0 +57,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15107
399