- Issue created by @viniciusrp
- Status changed to Needs review
about 1 year ago 5:15pm 15 April 2024 - Status changed to Fixed
11 months ago 8:20am 21 May 2024 Automatically closed - issue fixed for 2 weeks with no activity.
Some installation has a record at config table to original language and it's wrong, because original language will get data from the content and other language should have a record for they data.
When this record exists, the core never get the right data, because config by translation has priorioty to be selected.
That error isn't happen for new installation, because probable it was a bug already fixed by community, so to reproduce we need to add a record directly to the database.
- Install social language
- Add a second language
- Go to Group Type configuration
- Add translate for the groups
- Go to the table config and look for the translate for each group 'group.type.group_id', change the group id, example: closed_group, flexible_group...
- Duplicate the record for second language and change the collection column to the original-language
- With that the code start to get that record created steo before instead of content
Create a hook-update to remove all extra record.
N/A
N/A
N/A
N/A
Fixed
12.3
Code (back-end)
Automatically closed - issue fixed for 2 weeks with no activity.