Upgrade of modules and webpack.
Support for localization in progress.
This commit is contained in:
parent
d8b56fff0d
commit
4862d6cac4
52 changed files with 5870 additions and 23064 deletions
|
|
@ -36,7 +36,7 @@ async function main() {
|
|||
for (const spec of report.user_fields) {
|
||||
const getter = userFieldGetters[spec.type];
|
||||
if (!getter) {
|
||||
throw new Error(_('Unknown user field type "' + spec.type + '".'));
|
||||
throw new Error('Unknown user field type "' + spec.type + '".');
|
||||
}
|
||||
|
||||
const entities = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue