aboutsummaryrefslogtreecommitdiff
path: root/app/jobs/ensure_agent_job.rb
Commit message (Collapse)AuthorAgeFilesLines
* [FIX] Ensure User agents are up to dateIN COMMON Collective2021-03-221-1/+4
|
* [FIX] Restore REUSE 3.0 compliancehellekin2021-02-021-0/+4
|
* [FIX] Account for users without an avatar or grouphellekin2021-02-021-0/+15
1. Ensure new users belong to an Agent Users may come without the correct group information, leading to a situation where they have no Agent assigned to them. The application cannot handle this, so we ensure new users are at least associated to the new Anonymous Agent. 2. Introduce a default avatar Users coming without an avatar would see a broken view. Now they're assigned a default avatar, which shows the IN COMMON icon logo instead.