Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] BackendSummary not working #731

Closed
georgringer opened this issue Nov 3, 2016 · 2 comments
Closed

[BUG] BackendSummary not working #731

georgringer opened this issue Nov 3, 2016 · 2 comments

Comments

@georgringer
Copy link
Contributor

georgringer commented Nov 3, 2016

Because of a typo in ext_localconf.php, the backend summary does not work. Instead of $_EXTKEY . '_PiResults_Results' it must be $_EXTKEY . '_pi_results'

@timohund timohund added this to the 6.1 milestone Dec 22, 2016
@timohund timohund changed the title BackendSummary not working [BUG] BackendSummary not working Jan 11, 2017
@thomashohn
Copy link
Contributor

@timohund I could do this one - but how to test the fix?

@timohund
Copy link
Contributor

timohund commented Jan 20, 2017

I've tested the fix and it looks good. To have this covered for the future, i'll add a testcase.

timohund added a commit to timohund/ext-solr that referenced this issue Jan 20, 2017
This PR:

* Uses the FluidStandaloneView to render the backend summary
* Adds an integration test for the summary
* Move the class to Classes/Controller/Backend/PageModuleSummary.php

Fixes: TYPO3-Solr#731
@timohund timohund moved this from In Progress to Done in 6.1.0 - 8 LTS ready Jan 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

3 participants