SocialEventInviteConfigOverride gets config unnecessary repeatedly

Created on 15 March 2023, about 2 years ago
Updated 20 March 2023, about 2 years ago

Problem/Motivation

We're doing unnecessary config get calls in SocialEventInviteConfigOverride. These should be inside of the if statement where the rest of logic is executed.

Steps to reproduce

Set a breakpoint in SocialEventInviteConfigOverride at around the lines where it is doing the config get calls. This is happening pretty often.

Proposed resolution

There is already an if statement checking if the logic needs to be further executed. We can split the if statement to allow the config get calls to be executed only when it is actually applicable.

Remaining tasks

N/a

User interface changes

N/a

API changes

N/a

Data model changes

N/a

🐛 Bug report
Status

Fixed

Version

11.8

Component

Code (back-end)

Created by

🇳🇱Netherlands bramtenhove

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024