Bug #81585
closedUpdate categories are not visible in Web > List
0%
Description
How to reproduce¶
Set up¶
- In LIVE workspace
- Go to Web > List
- Configure some records (e.g., "pages") to show additional column "categories"
- Make sure you have one or more categories assigned to your record
This looks like that:
Problem with changed categories¶
- Switch to some workspace
- Edit your record and select other categories
- The categories from LIVE are still being shown
Problem with new records¶
- Switch to some workspace
- Create a new record
- Assign one or more categories
- "N/A" is being shown, just as if no categories were set (certainly same problem as before, "LIVE" content is being shown instead of the workspace one)
This looks like that:
Reproduced on TYPO3 v8, probably impacts older releases as well.
Files
Updated by Anke Altintop about 7 years ago
I've got the same problem within workspaces but I also noticed this problem even without using workspaces.
Sometimes categories aren't loaded (I couldn't find out why so far), which editors don't notice, if they are in another tab than the main content. After saving the element, all categories are gone.
Updated by Till Kleisli about 7 years ago
- Related to Bug #82946: Categories get lost when translating content elements created in a draft workspace added
Updated by Riccardo De Contardi over 4 years ago
This issue is still reproducible on 10.4.0-dev (latest master)
Updated by Xavier Perseguers over 4 years ago
This is another problem but nevertheless:
Sometimes categories aren't loaded (I couldn't find out why so far), which editors don't notice, if they are in another tab than the main content. After saving the element, all categories are gone.
I experienced the not-loading categories few weeks ago with a client. Cannot say if it would have impacted save and losing relations but I suspect the categories didn't load because the person was traveling in a train and the connection wasn't very stable. Categories are loaded asynchronously after the editing mask is shown. So you may have the editing mask but not yet the categories. Possibly the cause.
Updated by Anke Altintop over 4 years ago
Xavier Perseguers wrote:
This is another problem but nevertheless:
Sometimes categories aren't loaded (I couldn't find out why so far), which editors don't notice, if they are in another tab than the main content. After saving the element, all categories are gone.
I experienced the not-loading categories few weeks ago with a client. Cannot say if it would have impacted save and losing relations but I suspect the categories didn't load because the person was traveling in a train and the connection wasn't very stable. Categories are loaded asynchronously after the editing mask is shown. So you may have the editing mask but not yet the categories. Possibly the cause.
Yes it was, I fixed this issue myself within https://forge.typo3.org/issues/81891 ;)
Updated by Benni Mack almost 3 years ago
- Status changed from New to Closed
This bug is now fixed in TYPO3 v11. Just tested this again in v11. We cleaned up the BackendUtility::getProcessedValue function