discourse/spec/system/page_objects/modals
Osama Sayegh 4f9359d056
FIX: Name field should appear in the signup form for login-required sites (#30634)
Meta topic: https://meta.discourse.org/t/full-name-at-sign-up-went-missing/345662/17?u=osama

The preloaded `site` object for anons on login-required sites is a stripped down version of the full object with just a specific set of attributes and doesn't use the site serializer. This results in the `full_name_required_for_signup` and `full_name_visible_in_signup` attributes not making it to the client app when a login-required site is accessed by an anon, causing the name field in the signup form to not be rendered, even when it's required.

This commit includes those attributes in the stripped down version of the `site` object that's used for anons on login-required sites.
2025-01-08 03:49:34 +03:00
..
avatar_selector.rb
badge.rb
base.rb DEV: Modernize the post menu from widgets to Glimmer components (#28670) 2024-11-11 15:36:08 -03:00
bookmark.rb FIX: relative picker was being reset on change (#26766) 2024-04-26 10:59:51 +02:00
bulk_user_delete_confirmation.rb FEATURE: Add an option to block IPs and emails to bulk user delete (#29993) 2024-12-09 14:25:31 +03:00
change_owner.rb
create_invite.rb FIX: Add back the option to create invite without emailing (#29641) 2024-11-08 07:59:24 +03:00
delete_themes_confirm.rb
discard_draft.rb FIX: Destroy draft when clicking the Discard button (#28552) 2024-08-26 12:49:26 -03:00
dismiss_new.rb
flag.rb UX: move admin flag form to form-kit (#28187) 2024-08-05 11:01:25 +10:00
insert_table.rb
login.rb UX: Add option to use fullpages for login and signup (#29034) 2024-10-15 11:10:54 -03:00
penalize_user.rb FIX: Don't show silence button on staff users and display similar users (#28423) 2024-08-20 15:27:29 +03:00
private_message_invite.rb
private_message_remove_participant.rb
reject_reason_reviewable.rb
sidebar_edit_categories.rb
sidebar_edit_navigation_modal.rb
sidebar_edit_tags.rb
sidebar_section_form.rb
signup.rb FIX: Name field should appear in the signup form for login-required sites (#30634) 2025-01-08 03:49:34 +03:00
topic_bulk_actions.rb FEATURE: Add more bulk dismiss buttons with confirmation (#29331) 2024-11-08 15:59:12 +08:00