[Bps-public-commit] RT-Extension-MandatoryOnTransition branch, master, updated. 0.14-5-g11a828e

Brian Duggan brian at bestpractical.com
Thu May 4 17:46:29 EDT 2017


The branch, master has been updated
       via  11a828efc30a096af2cb2cfd7a7d00af86a6f5ab (commit)
      from  856074a75bbe95899517886d874023503d19b8ec (commit)

Summary of changes:
 Changes                                   | 6 ++++++
 MANIFEST                                  | 1 +
 lib/RT/Extension/MandatoryOnTransition.pm | 2 +-
 3 files changed, 8 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 11a828efc30a096af2cb2cfd7a7d00af86a6f5ab
Author: Brian C. Duggan <brian at dugga.net>
Date:   Thu May 4 17:46:02 2017 -0400

    Update to version 0.15

diff --git a/Changes b/Changes
index 4c4ee65..507ea0e 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+0.15 2017-05-04
+ - Fix an issue where ticket updates would alter
+   %CORE_FOR_UPDATE. This prevented status transitions when the config
+   requires Time Worked and the user has entered a value for Time
+   Worked.
+
 0.14 2016-10-14
  - Add ability to mark fields as mandatory on queue transitions
 
diff --git a/MANIFEST b/MANIFEST
index 7057039..c0599f9 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -34,5 +34,6 @@ po/fr.po
 po/mandatoryontransition.pot
 README
 xt/basic.t
+xt/immutable_core_for_update.t
 xt/mandatory_on_create.t
 xt/required_fields.t
diff --git a/lib/RT/Extension/MandatoryOnTransition.pm b/lib/RT/Extension/MandatoryOnTransition.pm
index a2735d0..b59de6c 100644
--- a/lib/RT/Extension/MandatoryOnTransition.pm
+++ b/lib/RT/Extension/MandatoryOnTransition.pm
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package RT::Extension::MandatoryOnTransition;
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 =head1 NAME
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list