-
Notifications
You must be signed in to change notification settings - Fork 76
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
Sorting does not (fully) work for selection of single records #421
Comments
I just experienced the same thing. I think the TypoScript setting is ignored because the value of the "Default" option in the flexform is not empty (it's "default"). However, the TypoScript utility only overrides empty fields. So there either has to be an exception for the sortBy field or the value should be ""... |
so who wants to do a PR? |
fixed it. @Hawkeye1909 wanna do a test and afterwards I would do a release |
Tested it EDIT: Sorry, wrong usecase. Actually there's an error in your changes: |
See comment here: FriendsOfTYPO3#421 (comment)
* Fix check for sortBy field See comment here: #421 (comment) * Update TypoScript.php StyleCI fix
TypoScript setting "plugin.tx_ttaddress.settings.sortBy" is totally ignored even if flexform value of settings.sortBy is set to default.
If flexform value of settings.sortBy is set to default records are displayed in the order they were added (something I would expect for flexform value "Manual sorting [sorting]).
The text was updated successfully, but these errors were encountered: