projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a3fb0c
)
CRM-14534 - crmCaseType - Allow entry of negative offsets
author
Tim Otten
<totten@civicrm.org>
Mon, 11 Aug 2014 20:38:52 +0000
(13:38 -0700)
committer
Tim Otten
<totten@civicrm.org>
Mon, 11 Aug 2014 20:38:52 +0000
(13:38 -0700)
partials/crmCaseType/timelineTable.html
patch
|
blob
|
blame
|
history
diff --git
a/partials/crmCaseType/timelineTable.html
b/partials/crmCaseType/timelineTable.html
index 460f730576fbcd95288284bf2712b7a90cc76aad..621b9da12ba4e9d55906a58787f91765646a1daf 100644
(file)
--- a/
partials/crmCaseType/timelineTable.html
+++ b/
partials/crmCaseType/timelineTable.html
@@
-45,7
+45,7
@@
Required vars: activitySet
<input
class="number"
type="text"
- ng-pattern="/^[0-9]*$/"
+ ng-pattern="/^
-?
[0-9]*$/"
ng-model="activity.reference_offset"
ng-hide="activity.name == 'Open Case'"
ng-required="activity.name != 'Open Case'"