Project

General

Profile

Actions

Bug #21912

closed

USER_INT Plugin not rendered when logged into BE as editor (non-admin)

Added by Jochen Rieger over 14 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Won't have this time
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-01-05
Due date:
% Done:

0%

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

Description

Tested with air_filemanager... If I'm logged into BE as admin or not logged in at all then the plugin renders its content correctly.

But if you log in as an editor (non-admin) the plugin won't be rendered (even main function won't be called at all!).

Using a debugger I narrowed this down to class.tslib_content.php function USER:

switch ($ext) {
case 'INT':
// ...
break;
default:
// ...
break;
}

Strangely it's working when not logged in - then it'll jump into the default case and the content is rendered. If logged in as editor in BE it'll jump into the 'INT' case and nothing will be rendered.

(issue imported from #M13152)

Actions

Also available in: Atom PDF