Feature #22564
closedEpic #84044: Admin Panel Rework
The selected preview group in FE is not active if the admin-panel is not expanded.
0%
Description
Previewing of group-limited content only works if the admin panel is expanded.
(issue imported from #M15418)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Björn Pedersen over 11 years ago
Yes, this behaviour is still there with a TYPO3 4.6 installation.
Updated by Alexander Opitz over 11 years ago
As 4.6 isn't supported any more, I asked if this issue exist in 4.5 or 6.1?
Updated by Christian Buelter over 11 years ago
This issue is still there in 6.1.1
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to New
Updated by Mathias Schreiber about 10 years ago
- Category set to Frontend
- Target version set to 7.2 (Frontend)
- Is Regression set to No
Updated by Benni Mack over 9 years ago
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Mathias Schreiber about 9 years ago
- Tracker changed from Bug to Feature
Updated by Riccardo De Contardi almost 7 years ago
I performed the following test with 7.6.23, 8.7.10 and 9.2.0-dev (latest master)
Prerequisites¶
1) BE admin user > enable admin panel using admPanel=1
in his/her TSConfig field
2) FE usergroup "test group"
3) TypoScript Setup:
config.admPanel=1
Test¶
1) create a page
2) create a content element (e.g. Text With Images) ,write in a lot of text, in Access Tab set its "Usergroup Access Rights" as "test group"
3) Save and preview the page
4) Expand the admin panel, expand the preview section and set "Simulate user group" to "test group" and click "Update"
5) close the whole admin panel
Results with 7.6.23¶
- on execution of step 4) the page is reloaded and the content becomes visible
- on execution of step 5) the content is hidden again and the page gets reloaded
Verdict: The issue is still present
Results with 8.7.10¶
- on execution of step 4) the page is reloaded and the content becomes visible
- on execution of step 5) the content remains visible and no reload occurs
Verdict: the issue is solved
NOTE¶
The issue is present again when you expand/collapse the single "Preview" section of admin panel, this reloads the page.
Results with 9.2.0¶
- on execution of step 4) the page is reloaded but the content remains invisible, because the "Simulate user group" dropdown is reset. This is a different issue (#84198).
Verdict: on hold because of the issue
Updated by Riccardo De Contardi almost 7 years ago
- Related to Bug #43672: Admin panel unnecessarily reloads page upon expand/collapse added
Updated by Riccardo De Contardi almost 7 years ago
- Related to Bug #84198: simulate usergroup in admin panel is reset on update added
Updated by Susanne Moog over 6 years ago
- Related to Feature #84584: Re-Design the admin panel added
Updated by Susanne Moog over 6 years ago
- Category changed from Frontend to AdminPanel
Updated by Susanne Moog over 6 years ago
- Status changed from New to Closed
Fixed in 8.7 and Riccardos mentioned issue in 9 was solved in the according ticket.