Bug #44481

Bug #44470: Content elements in wrong column in page module

Check for new content element button uses old query object

Added by Jigal van Hemert over 2 years ago. Updated over 2 years ago.

Status:Resolved Start date:2013-01-13
Priority:Must have Due date:
Assigned To:Jigal van Hemert % Done:

100%

Category:- Spent time: -
Target version:6.0.1
TYPO3 Version:6.0 Is Regression:
PHP Version: Sprint Focus:
Complexity:no-brainer

Description

After changing the retrieval of content elements in columns the check for the new content element button still uses the old query object.

Associated revisions

Revision 63f89df8
Added by Jigal van Hemert over 2 years ago

[BUGFIX] Use array in check for new CE button

After #44470 the content elements in a column are stored in an array.
Checks for the new content element button, etcetera must check that
array instead of counting the elements in the query result that was used
before.

Change-Id: I6f9def862a4398ea0e8972b395d5a58a4dc4a241
Fixes: #44481
Releases: 6.1, 6.0
Reviewed-on: https://review.typo3.org/17502
Reviewed-by: Jigal van Hemert
Tested-by: Jigal van Hemert

Revision 0263c4d4
Added by Jigal van Hemert over 2 years ago

[BUGFIX] Use array in check for new CE button

After #44470 the content elements in a column are stored in an array.
Checks for the new content element button, etcetera must check that
array instead of counting the elements in the query result that was used
before.

Change-Id: Iea75afd343db82a4950b4a9b7587177940398b2b
Fixes: #44481
Releases: 6.1, 6.0
Reviewed-on: https://review.typo3.org/17503
Reviewed-by: Jigal van Hemert
Tested-by: Jigal van Hemert

History

#1 Updated by Gerrit Code Review over 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17502

#2 Updated by Gerrit Code Review over 2 years ago

Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17503

#3 Updated by Jigal van Hemert over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF