We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the function register_menu() the page title for registration forms appears to be hard-coded to Register:
register_menu()
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.
The text was updated successfully, but these errors were encountered:
In early testing, I am seeing "Register" as the title at this point using the latest dev.
Sorry, something went wrong.
No branches or pull requests
In the function
register_menu()
the page title for registration forms appears to be hard-coded toRegister
:But with registrations tied to nodes, I'm getting the node title on the registration form instead of the title
Register
.The text was updated successfully, but these errors were encountered: