Fix pa code not being appended to search result items

This commit is contained in:
Björn Fromme
2018-11-07 17:02:58 +01:00
parent 1285da6236
commit 074572a8b7
2 changed files with 4 additions and 0 deletions
@@ -56,6 +56,9 @@ plugin.tx_epproducts {
}
}
}
# The following is required to avoid cHash errors caused by additional query parameters (fx 'pa')
# There has to be a better solution though
features.requireCHashArgumentForActionArguments = 0
}
config.tx_extbase.persistence.classes {
@@ -379,6 +379,7 @@ new Vue({
this.initTooltips();
this.initImageLazyLoading();
this.initFilterpanel();
this.appendPaCode();
});
});
EventBus.$on('tableLoaded', () => {