-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
[TASK] Readd and fix BE list and order actions #463
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rintisch
force-pushed
the
task/readd-order-actions
branch
2 times, most recently
from
March 26, 2024 12:13
ae76cee
to
5daf155
Compare
The way to add actions in the docheader changed with https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.5/Deprecation-95164-ExtbackendBackendTemplateView.html which needs adaptions. Fixes also the CSV export. This also fixes the issue that numbers could not be generated because `!isset('')` returns false.
rintisch
force-pushed
the
task/readd-order-actions
branch
from
March 26, 2024 12:24
5daf155
to
262bf06
Compare
rintisch
changed the title
Readd BE order actions
[TASK} Readd and fix BE list and order actions
Mar 26, 2024
rintisch
changed the title
[TASK} Readd and fix BE list and order actions
[TASK] Readd and fix BE list and order actions
Mar 27, 2024
rintisch
force-pushed
the
task/readd-order-actions
branch
from
March 27, 2024 10:40
262bf06
to
172bcf5
Compare
I removed the last commit and will add its result to #465. |
extcode
reviewed
Apr 1, 2024
extcode
reviewed
Apr 1, 2024
extcode
reviewed
Apr 1, 2024
rintisch
force-pushed
the
task/readd-order-actions
branch
from
April 1, 2024 18:28
451fc40
to
118cb20
Compare
extcode
reviewed
Apr 1, 2024
rintisch
force-pushed
the
task/readd-order-actions
branch
from
April 1, 2024 18:52
118cb20
to
19378d3
Compare
extcode
reviewed
Apr 1, 2024
Adaptions in `OrderController`: * Add searchArguments to export, * Follow CGL * Remove switch codeblock.
rintisch
force-pushed
the
task/readd-order-actions
branch
from
April 1, 2024 20:09
19378d3
to
952598f
Compare
extcode
reviewed
Apr 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: I have not tested whether the PDF generation works because there
is no working EXT:cart_pdf for TYPO3 v12.
I do not think that his can be backported due to too many changes in between.
Fixes #421