You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
The all events menu has an N+1 query for the splashpage of each conference.
Expected correct behavior:
We should include / pluck just the public column from the splashpage.
Additionally, I think we can simplify the code so that it doesn't need to be aware of the current user...
Finally, there shouldn't be an additional empty divider in the menu.
Steps to reproduce:
Other information:
The text was updated successfully, but these errors were encountered:
I'm submitting a ..
Current behavior:
The all events menu has an N+1 query for the
splashpage
of each conference.Expected correct behavior:
We should include /
pluck
just thepublic
column from the splashpage.Additionally, I think we can simplify the code so that it doesn't need to be aware of the current user...
Finally, there shouldn't be an additional empty divider in the menu.
Steps to reproduce:
Other information:
The text was updated successfully, but these errors were encountered: