Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rt
Commits
79181011
Commit
79181011
authored
Feb 08, 2011
by
Shawn M Moore
Browse files
Missing frequency display for m-f
Reported by Gerard FENELON on rt-users
parent
512d065c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
share/html/Elements/RT__Dashboard/ColumnMap
share/html/Elements/RT__Dashboard/ColumnMap
+3
-0
No files found.
share/html/Elements/RT__Dashboard/ColumnMap
View file @
79181011
...
...
@@ -100,6 +100,9 @@ my $COLUMN_MAP = {
elsif ($freq eq 'daily') {
$frequency = loc("daily at [_1]", $hour);
}
elsif ($freq eq 'm-f') {
$frequency = loc("Mon-Fri at [_1]", $hour);
}
}
return \('<a href="'.$url.'">'.$frequency.'</a>');
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment