Fix pa code not being appended to search result items
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user