mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 08:52:12 +02:00
Genericize "Contact Us" page
Parameterize integration, support and announcement email addresses and contact phone number, make static parameters flow through the system in a consistent manner. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136183813
This commit is contained in:
parent
6a4088a8b6
commit
84bbb9a7c0
16 changed files with 177 additions and 65 deletions
|
@ -52,6 +52,10 @@ public class ConsoleUiActionTest {
|
|||
action.enabled = true;
|
||||
action.logoFilename = "logo.png";
|
||||
action.productName = "Nomulus";
|
||||
action.integrationEmail = "integration@example.com";
|
||||
action.supportEmail = "support@example.com";
|
||||
action.announcementsEmail = "announcements@example.com";
|
||||
action.supportPhoneNumber = "1 (888) 555 0123";
|
||||
action.response = response;
|
||||
action.sessionUtils = sessionUtils;
|
||||
action.userService = UserServiceFactory.getUserService();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue