fix: labels for custom fields in join requests
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a6f6f402af
commit
0a7bbc7fa6
4 changed files with 88 additions and 12 deletions
|
|
@ -138,7 +138,7 @@ defmodule MvWeb.Layouts do
|
|||
# Single get_settings() for layout; derive club_name and join_form_enabled to avoid duplicate query.
|
||||
%{club_name: club_name, join_form_enabled: join_form_enabled} = get_layout_settings()
|
||||
|
||||
# TODO: unprocessed count runs on every page load when join form enabled; consider
|
||||
# NOTE: Unprocessed count runs on every page load when join form is enabled; consider
|
||||
# loading only on navigation or caching briefly if performance becomes an issue.
|
||||
unprocessed_join_requests_count =
|
||||
get_unprocessed_join_requests_count(assigns.current_user, join_form_enabled)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue