Project

General

Profile

Actions

Bug #17625

closed

sortby with 2 fields will crash on sorting & adding new record

Added by Georg Ringer over 16 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-09-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

It is not possible to sort records of a table in list view anymore if a 2nd sorting field is added in ext_tables.php

to reproduce: create an extension with a table with manual sorting activated and modify ext_tables.php
-----
'sortby' => 'mode, sorting',
-----

errors
-----
SELECT mode, sorting,pid,uid
FROM tx_rgproduct_piece
WHERE
=> pid=46 AND mode, sorting>=0 AND tx_rgproduct_piece.deleted=0
ORDER BY mode, sorting ASC
LIMIT 2
-----

what do you think?
(issue imported from #M6391)

Actions

Also available in: Atom PDF