mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 01:12:17 +00:00
minor fix
This commit is contained in:
@@ -192,7 +192,7 @@ export default {
|
||||
|
||||
columns: [
|
||||
{
|
||||
title: this.$p.t('lehre', 'kurzbz'),
|
||||
title: "adis",
|
||||
field: "lv_kurzbz",
|
||||
headerFilterFuncParams: {field: 'lv_kurzbz'},
|
||||
headerFilter: true,
|
||||
|
||||
@@ -809,7 +809,7 @@ export const CoreFilterCmpt = {
|
||||
getColumnNames() {
|
||||
if (!this.tableBuilt) {
|
||||
return {};
|
||||
} else if (this.tabulator.options.locale); {
|
||||
} else if (this.tabulator.options.locale) {
|
||||
return this.tabulator.getLang().columns;
|
||||
}
|
||||
return this.tabulator.getColumns().reduce((res, col) => {
|
||||
|
||||
Reference in New Issue
Block a user