Skip to content

Commit 6dfa7ab

Browse files
authored
feat(Contact): Share units for community library (#305)
1 parent b462368 commit 6dfa7ab

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/main/java/org/wise/portal/domain/general/contactwise/IssueType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public enum IssueType {
3333

3434
TROUBLE_LOGGING_IN, NEED_HELP_USING_WISE, PROJECT_PROBLEMS,
35-
STUDENT_MANAGEMENT, AUTHORING, FEEDBACK, OTHER;
35+
STUDENT_MANAGEMENT, AUTHORING, PUBLISH, FEEDBACK, OTHER;
3636

3737
private static Properties i18nProperties;
3838

src/main/resources/i18n/i18n.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,8 @@ contact.contactwisegeneral.STUDENT_MANAGEMENT=Student Management
693693
contact.contactwisegeneral.STUDENT_MANAGEMENT.description=The text for the issue type drop down option for Student Management
694694
contact.contactwisegeneral.AUTHORING=Need Help with Authoring
695695
contact.contactwisegeneral.AUTHORING.description=The text for the issue type drop down option for Need Help with Authoring
696+
contact.contactwisegeneral.PUBLISH=Publish Unit to the WISE Community
697+
contact.contactwisegeneral.PUBLISH.description=The text for the issue type drop down option for Publish Unit to the WISE Community
696698
contact.contactwisegeneral.FEEDBACK=Feedback to WISE
697699
contact.contactwisegeneral.FEEDBACK.description=The text for the issue type drop down option for Feedback to WISE
698700
contact.contactwisegeneral.OTHER=Other Problem
@@ -734,6 +736,8 @@ contact.contactwiseproject.STUDENT_MANAGEMENT=Student Management
734736
contact.contactwiseproject.STUDENT_MANAGEMENT.description=The text for the issue type drop down option for Student Management
735737
contact.contactwiseproject.AUTHORING=Need Help with Authoring
736738
contact.contactwiseproject.AUTHORING.description=The text for the issue type drop down option for Need Help with Authoring
739+
contact.contactwiseproject.PUBLISH=Publish Unit to the WISE Community
740+
contact.contactwiseproject.PUBLISH.description=The text for the issue type drop down option for Publish Unit to the WISE Community
737741
contact.contactwiseproject.FEEDBACK=Feedback to WISE
738742
contact.contactwiseproject.FEEDBACK.description=The text for the issue type drop down option for Feedback to WISE
739743
contact.contactwiseproject.OTHER=Other Problem

0 commit comments

Comments
 (0)