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 over 18 years ago. Updated over 13 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 #1

Updated by Stefan Beylen over 18 years ago

sorry...not major but feature...plz change it whoever can ;)

Actions #2

Updated by Sebastian Kurfuerst over 18 years ago

IMO, these icons are just there if the user has the correct permissons... Or am I wrong with that?
Greets, Sebastian

Actions #3

Updated by Stefan Beylen over 18 years ago

you are wrong with that
thx for takin care!

Actions #4

Updated by Stefan Beylen over 18 years ago

hm, I am not sure anymore.
I had to disable them as I wrote a multilang extension that uses localization features.
In "normal" view everything worked fine, no deletion was possible, but as soon as extended view was activated all icons showed up and the "limit-ed to language" user was able to delete all the records.
so I am not sure if this is
a) a localization bug
b) a restrictions bug
In general I think that these three fields at the end should be customizable anyways and should be able to disable them completely

Actions #5

Updated by Sebastian Kurfuerst over 18 years ago

Hi,
there are bigger problems with the limit to language feature (see bug 0001678). Currently, I am not able to solve them as the problem lies in TCEmain as well...
Greets, Sebastian

Actions #6

Updated by Helmut Hummel about 16 years ago

@Stefan: can you recheck this issue with TYPO3 Version > 4.1.5?

This should be fixed now as #15114 seems to be the same problem, which is resolved.

Actions #7

Updated by Stefan Beylen about 16 years ago

hi helmut,

as #15114 is resolved you can close this one as well as it is the same bug

thx for takin care

Actions

Also available in: Atom PDF