From 882e1a66df37650ebf8c89b2f3e26eaec96becfd Mon Sep 17 00:00:00 2001 From: cstarcher Date: Thu, 7 Aug 2025 13:01:30 -0500 Subject: [PATCH 1/2] include empty default value for front_page_instructions_after --- src/main/resources/settings/SYSTEM_Defaults.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/settings/SYSTEM_Defaults.json b/src/main/resources/settings/SYSTEM_Defaults.json index 0088fd85cd..beb2f77712 100644 --- a/src/main/resources/settings/SYSTEM_Defaults.json +++ b/src/main/resources/settings/SYSTEM_Defaults.json @@ -139,6 +139,9 @@ { "front_page_instructions_before": "

Welcome to the Thesis
& Dissertation Submission System

Once you have passed the final defense and satisfied the requirements of the committee, you are ready to submit your manuscript to the Thesis Office for review. This submission process is fully electronic, and is made through an online application developed and maintained by the Texas Digital Library along with open source community partners.

To get started with your submission, click the link below. You will be asked to authenticate using your NetID:

" }, + { + "front_page_instructions_after": "" + }, { "post_submission_instructions": "

The Thesis Office has received your electronic submittal. You will also receive an email confirmation. We will check your records as soon as possible to determine whether or not we have the signed Approval Form on file. Please be aware that your file is not complete and cannot be reviewed until we have both the electronic manuscript and the signed Approval Form.

As soon as both items have been received, your manuscript will be placed in the queue and will be processed along with all other submissions for the semester in the order in which your completed file (manuscript and Approval Form) was received.

The following are approximate turn-around times after the manuscript and the signed approval form have been submitted to the Thesis Office. Manuscripts are reviewed in the order received.

 

Early in semester – 5 working days

Week before Deadline Day – 10 working days

Deadline Day – 15 working days

 

If you have any questions about your submittal, feel free to contact our office.

 

Thank you, Thesis Office

" }, From 23c3496bead2bce540de0e371356bfe038f3ed54 Mon Sep 17 00:00:00 2001 From: frank Date: Tue, 28 Oct 2025 16:05:53 -0500 Subject: [PATCH 2/2] update tests so automated build on github does not complain as there are now 22 look and feel items --- src/test/java/org/tdl/vireo/ApplicationInitializationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/tdl/vireo/ApplicationInitializationTest.java b/src/test/java/org/tdl/vireo/ApplicationInitializationTest.java index 4fe8e90c55..eeb5a53292 100644 --- a/src/test/java/org/tdl/vireo/ApplicationInitializationTest.java +++ b/src/test/java/org/tdl/vireo/ApplicationInitializationTest.java @@ -83,7 +83,7 @@ private void assertInMemorySystemData(boolean isReload) throws ClassNotFoundExce assertSettingsType(2, "orcid", isReload); assertSettingsType(9, "proquest_umi_degree_code", isReload); assertSettingsType(1, "export", isReload); - assertSettingsType(21, "lookAndFeel", isReload); + assertSettingsType(22, "lookAndFeel", isReload); assertSettingsType(1, "submission", isReload); assertSettingsType(22, "shibboleth", isReload);