Project

General

Profile

Actions

Bug #78630

closed

explicitAllow not respected in 7.6.12

Added by Rainer Becker over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-11-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

After the update from 7.6.11 to 7.6.12 in new content wizard and cType dropdwon there are entries which are not allowed for the current BE user (new content wizard and ctypes are filled by custom function, which worked as expected until I updated).

Actions #1

Updated by Markus Klein over 7 years ago

are filled by custom function

What do you mean by that, can you please elaborate a bit?

Actions #2

Updated by Rainer Becker over 7 years ago

For the cType field I use a custom itemsProcFunc that gets the possible cTypes for my installation. The NewContentWizardItems are filled in by using the wizardItemsHook.

But even when disabling these functions NewContentWizard and cType-DropDown show Contenttypes, that are not allowed for the current BE user group. In TYPO3 7.6.11 this did work.

Actions #3

Updated by Markus Klein over 7 years ago

  • Status changed from New to Needs Feedback

I just tried that on two of our live instances and I can't see any problem here.
Additionally I'm not aware of any changes in this area after inspecting the git logs.

Actions #4

Updated by Nicole Cordes over 7 years ago

Hi Rainer,

could you please post the configuration of your CType field. You can get this configuration from Configuration -> $GLOBALS['TCA'] (Table configuration array) -> tt_content -> columns -> CType -> config.

Actions #5

Updated by Rainer Becker over 7 years ago

This is the tca config of CType:

CType
    config
        authMode = explicitAllow
        authMode_enforce = strict
        default = textmedia
        items
            0
            1
            ...
            25
        itemsProcFunc = Rocket54\R54Rocks\Hook\TcaArrayItemsProcessor->processCTypeItems
        renderType = selectSingle
        type = select
    label = LLL:EXT:lang/locallang_general.xlf:LGL.type

Regardless items are shown in 7.6.12, which are not allowed by user group configuration.

Actions #6

Updated by Markus Klein over 7 years ago

I just tested that again with latest 7.6. I fail to reproduce that.
I even tried with gridelements (which has a itemsProcFunc as well) and it worked too.

Your setup looks the same as mine so far.
Can git bisect the issue on a testsystem, so we can find out the offending commit for you?

Actions #7

Updated by Rainer Becker over 7 years ago

What would the bisect procedure look like?

Actions #8

Updated by Markus Klein over 7 years ago

- You link your website to TYPO3 git-sources.
- You start with git bisect
- You mark the current commit as "bad"
- You reset the branch to the last known working commit and mark it as "good"
- bisect checks out the next commit for you
- you test if it works again, if so "git bisect good" otherwise "git bisect bad"
- repeat the last to steps until git tells you which commit is the broken one
- "git bisect reset"

Actions #9

Updated by Rainer Becker over 7 years ago

It seems that I misunderstood/overlooked something - the manual for TCA / select / authMode states:

The authentication modes will work only with values that are statically present in the "items" configuration. Any values added from foreign tables, file folder or by user processing will not be configurable and the evaluation of such values is not guaranteed for!

Since my itemprocfunction adds new values to the list there will be no select items filtering by user rights out of the box. Sorry for not rtfm - please close this isssue.

Thank you for the bisect hint - now I know that bisect exists, how to use it and how cool it is!

Actions #10

Updated by Wouter Wolters over 7 years ago

  • Status changed from Needs Feedback to Closed

Closing this ticket as requested by the author.

Actions

Also available in: Atom PDF