[Rt-commit] rt branch, 4.6/custom-date-ranges-ui, repushed
? sunnavy
sunnavy at bestpractical.com
Tue Jun 25 15:58:12 EDT 2019
The branch 4.6/custom-date-ranges-ui was deleted and repushed:
was e4501f5cef801d305e090549eb5f5cc8472c70b1
now 4aeb898e7174171cfda99efb16f61604d5a9a077
1: a3424c04d = 1: a3424c04d Abstract RT::Record::CustomDateRanges to cover both config and attribute
2: d79f6735a = 2: d79f6735a Refactor custom date range code to make it easier to expand
3: a8ddc2512 = 3: a8ddc2512 Support fallback dates for custom date ranges
4: c6ddf74f9 ! 4: e18d9c712 Web UI for custom date ranges
@@ -180,10 +180,10 @@
+ <tr class="collection-as-table">
+ <th class="collection-as-table"><&|/l&>Name</&></th>
+ <th class="collection-as-table"><&|/l&>From</&></th>
-+ <th class="collection-as-table"><&|/l&>From Fallback</&></th>
++ <th class="collection-as-table"><&|/l&>From Value if Unset</&></th>
+ <th class="collection-as-table"><&|/l&>To</&></th>
-+ <th class="collection-as-table"><&|/l&>To Fallback</&></th>
-+ <th class="collection-as-table"><&|/l&>Business Hours?</&></th>
++ <th class="collection-as-table"><&|/l&>To Value if Unset</&></th>
++ <th class="collection-as-table"><&|/l&>Business<br>Hours?</&></th>
+ </tr>
+% my $i = 0;
+% for my $name ( sort keys %{$config->{'RT::Ticket'}} ) {
@@ -212,10 +212,10 @@
+ <tr class="collection-as-table">
+ <th class="collection-as-table"><&|/l&>Name</&></th>
+ <th class="collection-as-table"><&|/l&>From</&></th>
-+ <th class="collection-as-table"><&|/l&>From Fallback</&></th>
++ <th class="collection-as-table"><&|/l&>From Value if Unset</&></th>
+ <th class="collection-as-table"><&|/l&>To</&></th>
-+ <th class="collection-as-table"><&|/l&>To Fallback</&></th>
-+ <th class="collection-as-table"><&|/l&>Business Hours?</&></th>
++ <th class="collection-as-table"><&|/l&>To Value if Unset</&></th>
++ <th class="collection-as-table"><&|/l&>Business<br>Hours?</&></th>
+ <th class="collection-as-table">
+ <input type="checkbox" name="DeleteAll" value="1" onclick="setCheckbox(this, /^\d+-Delete$/)" />
+ <&|/l&>Delete</&>
@@ -290,8 +290,8 @@
+ my %label = (
+ from => 'From', # loc
+ to => 'To', # loc
-+ from_fallback => 'From Fallback', # loc
-+ to_fallback => 'To Fallback', # loc
++ from_fallback => 'From Value if Unset', # loc
++ to_fallback => 'To Value if Unset', # loc
+ );
+
+ my $need_save;
5: 165001f27 = 5: 4b161f264 Fix supported ticket fields for custom date ranges in the doc
6: 6c62b1f0c = 6: f4e8c113c Try harder to calculate business time for custom date ranges
7: e4501f5ce = 7: 4aeb898e7 Document more config items for custom date ranges
More information about the rt-commit
mailing list