diff options
author | Mark Felder <feld@FreeBSD.org> | 2013-07-24 21:02:11 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2013-07-24 21:02:11 +0000 |
commit | 9d511cbecb2251474885e8c77a0ae7eb26cc9c4b (patch) | |
tree | 1e00531d169a5a0dacf4256a94673f4199498f75 /www/Makefile | |
parent | 518b51f53658728fd154ed1469ddd16a676ed721 (diff) |
RT::Extension::MandatoryOnTransition - An extension that allows you to
make fields required in RT before a ticket can move to a different
status.
Approved by: crees (mentor)
Notes
Notes:
svn path=/head/; revision=323619
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 575922efb363..0e56e856e0bd 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1163,6 +1163,7 @@ SUBDIR += p5-RT-Authen-ExternalAuth SUBDIR += p5-RT-Client-REST SUBDIR += p5-RT-Extension-LDAPImport + SUBDIR += p5-RT-Extension-MandatoryOnTransition SUBDIR += p5-RT-Extension-SLA SUBDIR += p5-RTx-Calendar SUBDIR += p5-Reaction |