[Bps-public-commit] RT-Extension-MandatoryOnTransition branch, master, updated. 0.09_01-13-g9c271bd
Shawn Moore
shawn at bestpractical.com
Mon Apr 11 09:11:22 EDT 2016
The branch, master has been updated
via 9c271bd4aebc6c1f824372d226b9403170334319 (commit)
via 4b576d2609bf21f321bc8c2119eaf501d9383357 (commit)
from 5b939bb339544004db0f8ac57f20d2fabcf26c5c (commit)
Summary of changes:
README | 9 ---------
lib/RT/Extension/MandatoryOnTransition.pm | 9 ---------
2 files changed, 18 deletions(-)
- Log -----------------------------------------------------------------
commit 4b576d2609bf21f321bc8c2119eaf501d9383357
Author: Christian Loos <cloos at netcologne.de>
Date: Mon Apr 11 13:45:45 2016 +0200
remove the quick action caveat
Quick actions are routed through Ticket/Update.html and bd147bd added
support for this page, so the caveat doesn't apply anymore.
diff --git a/README b/README
index f879b29..6dc1f17 100644
--- a/README
+++ b/README
@@ -50,15 +50,6 @@ CAVEATS
a CFs Validation to (?#Mandatory). will not magically make it enforced
by this extension.
- Actions menu
- This extension does not affect "quick actions" (those without an update
- type) configured in your lifecycle (and appearing in the ticket Actions
- menu). If you're requiring fields on resolve, for example, and don't
- want folks to have a "Quick Resolve" button that skips the required
- fields, adjust your lifecycle config to provide an update type (i.e make
- it a non-quick action). Quick actions may be supported in a future
- release.
-
Not all pages where you can change status are supported
SelfService, for example. See "TODO" for others.
diff --git a/lib/RT/Extension/MandatoryOnTransition.pm b/lib/RT/Extension/MandatoryOnTransition.pm
index 6222d17..e34b193 100644
--- a/lib/RT/Extension/MandatoryOnTransition.pm
+++ b/lib/RT/Extension/MandatoryOnTransition.pm
@@ -67,15 +67,6 @@ rules. If you've set Validation patterns for your custom fields, those will be
checked before mandatory-ness is checked. B<< Setting a CFs Validation to
C<(?#Mandatory).> will not magically make it enforced by this extension. >>
-=head2 Actions menu
-
-This extension does B<not> affect "quick actions" (those without an update
-type) configured in your lifecycle (and appearing in the ticket Actions menu).
-If you're requiring fields on resolve, for example, and don't want folks to
-have a "Quick Resolve" button that skips the required fields, adjust your
-lifecycle config to provide an update type (i.e make it a non-quick action).
-Quick actions may be supported in a future release.
-
=head2 Not all pages where you can change status are supported
SelfService, for example. See L</TODO> for others.
commit 9c271bd4aebc6c1f824372d226b9403170334319
Merge: 5b939bb 4b576d2
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Mon Apr 11 09:11:15 2016 -0400
Merge branch 'remove-quickactions-caveat'
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list