[WIP] Add recon and record to Help tab

This commit is contained in:
Thad Guidry 2019-07-20 14:52:21 -05:00 committed by GitHub
parent 6616d01725
commit afce62fcd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,6 +205,12 @@ ExpressionPreviewDialog.Widget.prototype._renderHelp = function(data) {
},
{ name: "rowIndex",
description: $.i18n('core-dialogs/row-index')
},
{ name: "record",
description: $.i18n('core-dialogs/record-fields')
},
{ name: "recon",
description: $.i18n('core-dialogs/recon-fields')
}
];
for (var i = 0; i < vars.length; i++) {