Sender | Message | Time |
---|---|---|
10 Sep 2024 | ||
sdelcroix | * So I don't need to "clean" them ? | 17:24:11 |
sdelcroix | * I wanted to delete the orphan ones and rerun the upgrade tasks with clean records | 17:26:06 |
sdelcroix | * I wanted to delete the orphan ones and rerun the upgrade tasks with clean records in DB | 17:26:27 |
Alexandru Lupu | U can ignore them IMO | 17:17:42 |
Alexandru Lupu | In reply to @sdelcroix:matrix.orgI would say that everything has been processed ... The error handling is per record ... which means that if you'd encounter an error ... you would not see the next records ( like 16, 17, 18 ... ) | 17:31:11 |
Alexandru Lupu | In reply to @sdelcroix:matrix.orgnot quite | 17:17:31 |
sdelcroix | OK, and if I want to, can I just delete them with rails console ? If yes, could you give a safe command please ? :) | 17:33:19 |
sdelcroix | * OK, and if I want to, can I just delete them with rails console ? If yes, could you give me a safe command please ? :) | 17:33:29 |
sdelcroix | * OK, thanks. And if I want to, can I just delete them with rails console ? If yes, could you give me a safe command please ? :) | 17:34:34 |
Alexandru Lupu | ** I don't think i wrote it to be understandable ... but if the script would encounter an error at record 15, and it would have stopped, then you would not see the next records | 17:33:28 |
Alexandru Lupu | In reply to @sdelcroix:matrix.orgTBH i would not remove them ... is a bigger hassle ( you need to remove action logs, notifications, reports etc ... ) | 17:34:34 |
sdelcroix | In reply to @telegram_500738289:t2bot.ioYes, don't worry, it was understandable and I've understood ;) It just worries me to have orphan records ^^ But allright, I'll follow your advices. Thanks for everything ! | 17:49:33 |
sdelcroix | In reply to @telegram_500738289:t2bot.io* Yes, don't worry, it was understandable and I've understood ;) It just worries me to have orphan records. I like to have the much clean DB I can ^^ But allright, I'll follow your advices. Thanks for everything ! | 17:50:06 |
11 Sep 2024 | ||
hhassig joined the room. | 12:12:05 | |
zahid208 (Muhammad Zahid) joined the room. | 17:41:19 | |
17 Sep 2024 | ||
Pau Parals | hi guys, I wanted to ask if anyone is having problems with the hero images (conference, assemblies, processes, initiatives) suddenly not being displayed. in 0.28.1 we haven't found this problem, but from 0.28.2. has anyone had the same thing happen? | 09:07:59 |
Richard Leonov | I see lots of languages in /locales but I don't see them as an option in the list of languages in a running app. How do I add a language? | 11:22:12 |
Richard Leonov set a profile picture. | 11:24:23 | |
Richard Leonov changed their display name from Arkadiy Plekhanov to Richard Leonov. | 11:24:49 | |
Hadrien Froger | It depends on several things:
For Decidim.available_locales: check decidim.yml config file, or environment ( For organization available locales, check /system, you should be able to configure them from there | 11:26:19 |
Hadrien Froger | * It depends on two things:
For Decidim.available_locales: check decidim.yml config file, or environment ( For organization available locales, check /system, you should be able to configure them from there | 11:26:27 |
Hadrien Froger | * It depends on two things:
For Decidim.available_locales: check decidim.yml config file, or environment ( For organization available locales, check /system, you should be able to configure them from there | 11:26:35 |
Hadrien Froger | * It depends on two things:
For your org .available_locales : check decidim.yml config file, or environment ( For organization available locales, check /system, you should be able to configure them from there | 11:27:28 |
Hadrien Froger | * It depends on two things:
For your For organization available locales, check /system, you should be able to configure them from there | 11:27:44 |
Richard Leonov | Perfect, thank you! 🤝 | 11:27:54 |
Alexandru Lupu | The languages needs to be set in the config/initializers/decidim.rb , and you can choose any of them when you create the organization | 11:24:14 |
Hadrien Froger | You are welcome, if your org have already some contents and you change your locale, I would recommend to rebuild the search index after you did make the change.
https://docs.decidim.org/en/develop/develop/fixing_locales.html | 11:32:24 |
Hadrien Froger | * You are welcome, if your org have already some contents and you change your locale, I would recommend to rebuild the search index after you did make the change.
| 11:33:28 |
Alexandru Lupu | In reply to @hfroger:matrix.orgHadrien, i am not familiar with sync_all , but reading the code, that is ok only when removing locales ... or i have read it wrong ? | 11:37:14 |
18 Sep 2024 | ||
Hadrien Froger | Hi Pau, no I didn't see this error in these versions. We did have this issue in early version of 0.26, where the update of the hero image didn't update well the cache somehow. If you clean the cache with Rails.cache.clear, the images appear? | 04:09:26 |