Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register page title not set to "Register" #22

Open
jenlampton opened this issue Dec 28, 2020 · 1 comment
Open

Register page title not set to "Register" #22

jenlampton opened this issue Dec 28, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@jenlampton
Copy link
Member

In the function register_menu() the page title for registration forms appears to be hard-coded to Register:

      $items[$type . '/%entity_plus_object/register'] = array(
        'load arguments' => array($type),
        'title' => 'Register',
        'page callback' => 'registration_register_page',
        'page arguments' => array(0, 1),
        'access callback' => 'registration_register_page_access',
        'access arguments' => array(0, 1),
        'type' => $hide_register_tab ? MENU_CALLBACK : MENU_LOCAL_TASK,
      );

But with registrations tied to nodes, I'm getting the node title on the registration form instead of the title Register.

@jenlampton jenlampton added the bug Something isn't working label Dec 28, 2020
@laryn
Copy link
Member

laryn commented Nov 21, 2024

In early testing, I am seeing "Register" as the title at this point using the latest dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants