Project

General

Profile

Actions

Feature #14953

closed

In Extended view it should also be possible to disable icons for deletion, cut, copy and others...

Added by Stefan Beylen almost 19 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-08-30
Due date:
% Done:

0%

Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:

Description

I want my Content Managers to edit content but not to delete it...I can disable everything in listmode/contextmenu but not in extended view...

quick fix:

class ux_localRecordList extends localRecordList {
function makeControl($table,$row) {
//DO NOTHING
}
function makeClip($table,$row) {
//DO EVEN LESS
}
}
(issue imported from #M1424)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #15114: limited to languages; still can delete content elementClosedBenni Mack2005-10-19

Actions
Actions

Also available in: Atom PDF