Bug #33412
Incorrect sorting IRRE CE in FE.
| Status: | Closed | Start date: | 2012-01-24 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.6 | Has patch: | No | |
| PHP Version: | 5.3 | Complexity: | ||
| Votes: | 0 |
Description
Incorrect sorting IRRE CE in FE.
CE on the external interface are quite different (in my opinion, in order of their creation), as in BE.
In addition. If text is added to the main text box, the text appears after IRRE CE. In the module list in FE, is taken from the text onovnogo text field, and if he is absent, and no text ... It would be nice if it took into account all of the text, including the text of IRRE CE.
History
Updated by Georg Ringer over 1 year ago
- Status changed from New to Accepted
sorting is fixed with #32722 if you check out master, be aware to use the update script because otherwise you would loose all relations!
Updated by Andrey Aksenov over 1 year ago
But the first problem is solved. CE IRRE in FE are sorted correctly.
And namber 2: If text is added to the main text box, the text appears after IRRE CE. In the module list in FE, is taken from the text onovnogo text field, and if he is absent, and no text ... It would be nice if it took into account all of the text, including the text of IRRE CE.
Of course, there is a field for the resume, but it is not correct, it should be taken from the text, if this field is blank.
Updated by Georg Ringer over 1 year ago
- Status changed from Accepted to Closed
I looked at the template again and I know what you mean but I am closing this issue. Reason is quite simple:
- Templates are only a proposal and need to be changed for every project anyways
- I can't make the template perfect for everybody, so if I switch the order in the FE, it might fit you bot not someone else.
Changing the template is really simple, so please copy the template to fileadmin or anywhere else and correct the paths in TS
Updated by Andrey Aksenov over 1 year ago
If this is done only in the template, no problem, it's really not difficult ...
Templates of the extensions I always copied to the fileadmin, it simplifies the upgrade and configuration.
Thank you!