Skip to content

Fix sign-up status icon in the admin dashboard

Matteo Panella requested to merge (removed):fix-signup-status-icon into master

What does this MR do?

As reported in #66499 (moved), the sign-up status icon in the admin dashboard is always displayed as a green dot regardless of the actual sign-up feature status.

This was introduced by a6ac0a27 and its cause is a missing call to allow_signup? to check the actual status.

This MR fixes the issue by adding the missing call.

Does this MR meet the acceptance criteria?

Conformity

Merge request reports