Bug #85780
closedPublished change is not visible anymore in BE workspace view but in workspace preview
0%
Description
I noticed that when the page tree is loaded in (workspace) draft mode the folder containing records is displayed as modified (background-color: #fee4c9;) (see screenshot "Screen Shot 2018-08-08 at 10.59.49.png").
When I select the folder and then switch to the workspace view in BE to list the changes the list is empty (see screenshot "Screen Shot 2018-08-08 at 10.53.11.png").
I did a network inspect in the browser and I saw that following request has an error 500:
with the content
...
Uncaught TYPO3 Exception
#1393960943: Element "sys_file_reference:4971" does not exist (More information)
RuntimeException thrown in file
/home/vagrant/code/project-typo3/vendor/typo3/cms/typo3/sysext/version/Classes/Dependency/ElementEntityProcessor.php in line 186.
...
When looking up the entry in the DB the record in sys_file_reference is gone!? (see screenshot "Screen Shot 2018-08-08 at 10.57.10.png").
Is it normal that entries gets (permanently) deleted in the DB?
Files
Updated by NGUYEN Duc Quan over 6 years ago
- Priority changed from Should have to Must have
Updated by Tommaso Liberio about 6 years ago
Got same error in my TYPO3 project. Are you using Gridelements too?
Updated by NGUYEN Duc Quan about 6 years ago
Tommaso Liberio wrote:
Got same error in my TYPO3 project. Are you using Gridelements too?
Yes I am.
Updated by Max Kugler over 4 years ago
- Related to Bug #91025: List of changes in workspace view stays empty in BE added
Updated by Riccardo De Contardi over 4 years ago
- Related to Bug #67676: Element "sys_file_reference:XXX" does not exist" added
Updated by NGUYEN Duc Quan over 4 years ago
Riccardo De Contardi wrote:
Is this the same issue? #67676
If I recall correctly it is the same issue.
Updated by Riccardo De Contardi over 4 years ago
@NGUYEN Duc Quan thank you for your reply. Do you agree if I close your issue and ask you to continue the discussion on #67676 (there's also a patch attached) ?
Updated by NGUYEN Duc Quan over 4 years ago
Riccardo De Contardi wrote:
@NGUYEN Duc Quan thank you for your reply. Do you agree if I close your issue and ask you to continue the discussion on #67676 (there's also a patch attached) ?
Yes, sure. There's no need to have multiple tickets ;)
Updated by Riccardo De Contardi over 4 years ago
- Status changed from New to Closed
Thanks. Closed in agreeement with the reporter in favor of #67676 . Please continue the discussion there.