Task #59116
closedWorkspace module shows unmodified values
0%
Description
The workspace module shows field values that have not been modified by a user. This can be reproduced by e.g. creating a new text with images element in a workspace, but without any image.
This can be enhanced by using better defaults for records:- NULL vs. empty string for the "image" field for example
- skipping empty and system values in the workspace module view
Files
Updated by Oliver Hader about 9 years ago
- Target version changed from 7.5 to 8 LTS
Updated by Benni Mack over 7 years ago
- Target version changed from 8 LTS to Candidate for patchlevel
Updated by Susanne Moog over 5 years ago
- Status changed from New to Needs Feedback
Cannot reproduce that on newer TYPO3 versions (with non-ExtJS module). Does it still happen?
Updated by Oliver Hader over 5 years ago
- File 59116_typo3_v9.png 59116_typo3_v9.png added
Does not happen for new elements anymore, but still for existing (edit content element without actually modifying anything - see screenshot).
Updated by Susanne Moog over 5 years ago
- Status changed from Needs Feedback to Accepted
Thanks for the feedback :)
Updated by Christian Kuhn about 1 year ago
- Related to Story #58284: Bug fixes & Behaviour added
Updated by Benni Mack 5 months ago
- Status changed from Accepted to Needs Feedback
I cannot reproduce this issue anymore in TYPO3 v13, can you confirm that we can close this issue?
Updated by Riccardo De Contardi 4 months ago
I tried the following test on version 13.3.0-dev:
Prerequisites¶
- TYPO3 13.3.0-dev with "LIVE" workspace and a "DRAFT" Workspace
Test procedure¶
- On LIVE workspace:
1. Create a page
2. Create a "Text and Image" CE inside the page
3. Edit its title, text and add at least one image
4. Save and close
5. Switch to "DRAFT" workspace
6. Open the CE created at point 2.
7. Edit its title, text but don't edit the image(s)
8. Save it
9. Go to workspace module
Results:¶
See attached screenshot
- the CE is listed as "Modified" ("Action" column);
- clicking on the "arrow" button ("Expand element and show relations") the images are listed, but they're listed as "Unchanged"
The test shows the same results on version 12 (excluding the fact that the workspace module has a different appearance, but the result can be considered equivalent: only the element itself is marked as "changed" (with the draft title in orange) while the image filenames are not.
I don't know if it would be better to not show at all the unchanged related elements
Updated by Riccardo De Contardi 4 months ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
Candidate for patchlevel)
I close this issue as solved on version 12 and 13 (see my comment)
if you think that this is the wrong decision or there is still work to do here, please reopen it or open a new issue with a reference to this one
Thank you.