Bug #93469
closedEditing file metadata in a workspace takes immediate effect on the LIVE version
0%
Description
Steps to reproduce:
- Switch into a Workspace
- Open the File module and edit a file
- Fill out or change the title and save
- Switch into the LIVE environment again
- Edit the same file again
=> There are your Workspace changes, immediately applied to the LIVE record.
As an editor I must be sure that my workspace changes can not alter the current LIVE website. Otherwise I will lose trust into the whole workspace feature.
Updated by Sebastian Michaelsen almost 4 years ago
- Subject changed from Editing file metadata in a workspace take immediate effect on the LIVE version to Editing file metadata in a workspace takes immediate effect on the LIVE version
Updated by Riccardo De Contardi over 3 years ago
I am not able to reproduce this issue with the latest master; this is the test I performed:
Prerequisites¶
- TYPO3 (latest master)
- a " Draft " Workspace
- a page
- a file /fileadmin/Images/file.jpg
Test procedure¶
LIVE WORKSPACE
1. List module > locate file.jpg > edit its data; set
- Title to "Title in LIVE"
- Description to "Description in LIVE"
Save
2. On a page, create a "Text and Media" CE and add a relation to file.jpg; save and preview the page on a different browser (I used Chrome in incognito mode)
Result no.1:¶
- the image shown has title "Title in LIVE" and caption "Description in LIVE"
3. Switch to " Draft " workspace
4. List module > locate file.jpg > edit its data; set
- Title to "Title in LIVE changed in WS"
- Description to "Description in LIVE changed in WS"
save and preview the page on a different browser
Result no.2:¶
- the image shown has still title "Title in LIVE" and caption "Description in LIVE"
- the values set in " Draft " are visible only if you open the page on the same browser with which you are logged in the BE (preview of the workspace)
5. Switch to " LIVE " workspace
6. List module > locate file.jpg > edit its data; set
- Title to "Title in LIVE BIS"
- Description to "Description in LIVE BIS"
save and preview the page on a different browser
Result no.3:¶
- the image shown has title "Title in LIVE BIS" and caption "Description in LIVE BIS"
Is this sufficient or a different test should be performed?
Updated by Riccardo De Contardi over 3 years ago
- Status changed from New to Needs Feedback
Updated by Benni Mack almost 3 years ago
- Status changed from Needs Feedback to Closed
Closing this due to lack of feedback.