[Bps-public-commit] rt-extension-repeatticket branch, master, updated. 1.00-4-g229f5c4
? sunnavy
sunnavy at bestpractical.com
Wed Jun 24 11:06:32 EDT 2015
The branch, master has been updated
via 229f5c440e25e985a77ffd81ef0e3a8ac1ee6596 (commit)
from dd7cc3f3f2d3bbd2f843b968af670dbc72757b3d (commit)
Summary of changes:
README | 4 ++++
lib/RT/Extension/RepeatTicket.pm | 5 +++++
2 files changed, 9 insertions(+)
- Log -----------------------------------------------------------------
commit 229f5c440e25e985a77ffd81ef0e3a8ac1ee6596
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Jun 24 23:03:03 2015 +0800
document how to apply the repeat function on some queues only
diff --git a/README b/README
index 83b2c39..676fe81 100644
--- a/README
+++ b/README
@@ -157,6 +157,10 @@ FAQ
of the week occurs after the start date you set (if the start
date isn't on that day of the week).
+ I want to enable the repeat function only on some queues
+ To do this, insetad of applying the "Original Ticket" custom field
+ globally, you can apply it to the chosen queues and that's it.
+
METHODS
Run( RT::Attribute $attr, DateTime $checkday )
Repeat the ticket if $checkday meets the repeat settings. It also tries
diff --git a/lib/RT/Extension/RepeatTicket.pm b/lib/RT/Extension/RepeatTicket.pm
index c264431..3f653e3 100644
--- a/lib/RT/Extension/RepeatTicket.pm
+++ b/lib/RT/Extension/RepeatTicket.pm
@@ -966,6 +966,11 @@ day of the week).
=back
+=item I want to enable the repeat function only on some queues
+
+To do this, insetad of applying the "Original Ticket" custom field globally,
+you can apply it to the chosen queues and that's it.
+
=back
=head1 METHODS
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list