Skip to content

Commit

Permalink
HTML-838: Create GP to control default for hiding seconds with the Ti…
Browse files Browse the repository at this point in the history
…me Widget

(fix typo)
  • Loading branch information
mogoodrich committed Feb 23, 2024
1 parent 5325b61 commit a09dde3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class HtmlFormEntryConstants {

public static final String GP_RESTRICT_ENCOUNTER_LOCATION_TO_CURRENT_VISIT_LOCATION = "htmlformentry.restrictEncounterLocationToCurrentVisitLocation";

public static final String GP_TIME_WIDGET_HIDE_SECONDS_DEFAULT = "htmlformenty.timeWidgetHideSecondsDefault";
public static final String GP_TIME_WIDGET_HIDE_SECONDS_DEFAULT = "htmlformentry.timeWidgetHideSecondsDefault";

public final static String GP_TIMEZONE_CONVERSIONS = "timezone.conversions";

Expand Down
2 changes: 1 addition & 1 deletion omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<description>When set to true and an encounter is being entered in the context of a visit, the encounter location will be restricted to the current visit location (and it's descendents)</description>
</globalProperty>
<globalProperty>
<property>htmlformenty.timeWidgetHideSecondsDefault</property>
<property>htmlformentry.timeWidgetHideSecondsDefault</property>
<defaultValue>false</defaultValue>
<description>When rendering the time widget, whether to hide the seconds widget by default</description>
</globalProperty>
Expand Down

0 comments on commit a09dde3

Please sign in to comment.