Bug #7486
Backend shortcuts to T3BLOG module not visible for non-admin users
| Status: | New | Start date: | 2010-04-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
[was 0013937 on bugs.typo3.org]
As described in the summary it is possible for a non-admin user to add backend shortcuts to the T3BLOG module but though they are not displayed. Global BE shortcuts added by an admin are not visible, too.
In the TYPO3 database there is no difference between a (functioning) shortcut added by an admin to a (non-function) shortcut added by a non-admin.
History
Updated by Boris Glusmann 8 months ago
Current it will be inserted wrong value in database in column `sys_be_shortcuts.module_name`:
"txt3blogM2|"
Correct entries should be (both for admins and non-admins):
"txt3blogM1_txt3blogM2|" (for submodule Posts)
"txt3blogM1_txt3blogM3|" (for submodule Comments)
"txt3blogM1_txt3blogM4|" (for submodule Categories)
"txt3blogM1_txt3blogM5|" (for submodule Blogroll)
Best regards,
Boris