Project

General

Profile

Actions

Bug #16673

closed

Items in CE "Insert Records" don't have edit options in context menu any longer

Added by Karsten Dambekalns over 17 years ago. Updated about 17 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2006-10-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Up to (at least) 3.8.x the context menu of items inserted via insert records had an edit entry (see screenshot insert-records-edit.png).

In 4.0.x this is gone, the contect menu has more items now, but edit is missing.

Is this a bug? A configuration issue?

(issue imported from #M4443)


Files

insert-records-noedit.png (8.78 KB) insert-records-noedit.png Administrator Admin, 2006-10-27 16:09
insert-records-edit.png (4.62 KB) insert-records-edit.png Administrator Admin, 2006-10-27 16:09
bug_4443_v2.diff (1.13 KB) bug_4443_v2.diff Administrator Admin, 2006-10-27 21:50
Actions #1

Updated by Michael Stucki over 17 years ago

Seems like the "+" (indicates that the CM should exclusively display these icons) is not passed to alt_clickmenu.php. I have solved this quick&dirty by escaping the plus character.

Actions #2

Updated by Martin Kutschker over 17 years ago

As "+" means <space> in an escaped URL this is probable. Interesting that it worked before. Perhaps somewhere else in the code an unescape() was added where none was before.

Actions #3

Updated by Karsten Dambekalns over 17 years ago

The patch does restore the earlier behaviour. Now I wonder whether this is good, or whether the menu should show the "new" items and the edit entry.

Actions #4

Updated by Martin Kutschker over 17 years ago

To me edit/show/info/copy makes sense. Maybe some of the "more options" as well, but stuff like "versioning" seems here a bit of an overkill and "new" seems to be completely out of place.

Actions #5

Updated by Michael Stucki over 17 years ago

The "+" indicates that only these items, copy/info/edit/view should be displayed in the clickmenu. This was always set accordingly in the function getClickMenu() of t3lib_TCEforms, and I think that this is the correct way it should work.

Actions #6

Updated by Michael Stucki over 17 years ago

Fixed in TYPO3 4.0.3

Actions

Also available in: Atom PDF