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

Added request to join popup to additional identifiers. #914

Conversation

rmohammed-goaco
Copy link
Collaborator

@rmohammed-goaco rmohammed-goaco commented Nov 8, 2024

Made to be consistent with the way it works on the companies house number page.

https://noticingsystem.atlassian.net/browse/DP-805

@rmohammed-goaco rmohammed-goaco marked this pull request as ready for review November 11, 2024 16:22
@@ -110,6 +112,10 @@ public class OrganisationIdentificationModel(ISession session,

public string? Identifier { get; set; }

public string? OrganisationName;

public FlashMessage NotificationBannerCompanyAlreadyRegistered { get { return new FlashMessage("An organisation with this registration number already exists. Change the registration number or <a class='govuk-notification-banner__link' href='/registration/" + Identifier + "/join-organisation'>request to join " + OrganisationName + ".</a>"); } }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use string interpolation to build strings

…nsistency' of github.com:cabinetoffice/GCGS-Central-Digital-Platform into bugfix/DP-805-request-to-join-additional-identifiers-consistency
@rmohammed-goaco rmohammed-goaco merged commit 1ec92a3 into main Nov 13, 2024
8 checks passed
@dharmverma dharmverma deleted the bugfix/DP-805-request-to-join-additional-identifiers-consistency branch November 28, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants