[Bps-public-commit] rt-extension-changemanagement branch master updated. c9987f89c80200fc99ec00bad17968cbdb1b96e6

BPS Git Server git at git.bestpractical.com
Thu Feb 3 15:59:24 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-changemanagement".

The branch, master has been updated
       via  c9987f89c80200fc99ec00bad17968cbdb1b96e6 (commit)
       via  d26ff9c5340fcdcc9dfb3d2ed52f025343a79814 (commit)
       via  a1982a1a338ea40a4c9210ee9cf18f986a694439 (commit)
       via  cc4685e8ddc45d7cb279c1d27c5ce9772a98e641 (commit)
       via  a465e844345f792b2a07d67dfc575d080abecf05 (commit)
       via  07e1cd9a1fdced4b2f578412769d6362911f7f79 (commit)
       via  ff0b34ab84f15d77056f4c66659023d346dd43d8 (commit)
       via  2e7ce29bcb0c66e3682dabf7912372ef3bbd2fab (commit)
       via  86eecea78e0ee53d088a668018c6cdb187620522 (commit)
       via  fdac5b00e678e3fafa8e76eac3fc9d7c6c3dd136 (commit)
       via  6c6ffb74d1aff2902d0f330163ddf671f5b291b6 (commit)
       via  4205e38597c2fd63011683a0615e75be73060bc6 (commit)
      from  724c71c95a745a698274406ef7c94b8d957237de (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c9987f89c80200fc99ec00bad17968cbdb1b96e6
Merge: 724c71c d26ff9c
Author: Jason Crome <jcrome at bestpractical.com>
Date:   Wed Feb 2 13:54:53 2022 -0800

    Merge branch 'devel'

commit d26ff9c5340fcdcc9dfb3d2ed52f025343a79814
Author: Jason Crome <jcrome at bestpractical.com>
Date:   Wed Feb 2 13:53:03 2022 -0800

    Make action names more descriptive

diff --git a/etc/Lifecycle_config.pm b/etc/Lifecycle_config.pm
index a977d27..c1f8578 100644
--- a/etc/Lifecycle_config.pm
+++ b/etc/Lifecycle_config.pm
@@ -31,10 +31,10 @@ Set(%Lifecycles,
                 label  => 'Submit Request',
             },
             'requested -> approved' => {
-                label  => 'Approve',
+                label  => 'Approve Request',
             },
             'requested -> rejected' => {
-                label  => 'Deny',
+                label  => 'Deny Request',
             },
             'approved -> in progress' => {
                 label  => 'Start Implementation',
-----------------------------------------------------------------------

Summary of changes:
 .envrc                               |   9 --
 etc/ChangeManagement_Config.pm       |  10 ++
 etc/Lifecycle_config.pm              |  87 +++++++++------
 etc/initialdata                      |  57 ++++------
 lib/RT/Extension/ChangeManagement.pm | 203 +++++++++++++++++++++++++++++++++--
 5 files changed, 280 insertions(+), 86 deletions(-)
 delete mode 100644 .envrc
 create mode 100644 etc/ChangeManagement_Config.pm


hooks/post-receive
-- 
rt-extension-changemanagement


More information about the Bps-public-commit mailing list