diff options
Diffstat (limited to 'extensions/UserStory')
-rw-r--r-- | extensions/UserStory/lib/Constants.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/UserStory/lib/Constants.pm b/extensions/UserStory/lib/Constants.pm index f1abae301..177f8d2c0 100644 --- a/extensions/UserStory/lib/Constants.pm +++ b/extensions/UserStory/lib/Constants.pm @@ -16,6 +16,10 @@ our @EXPORT = qw( USER_STORY ); use constant USER_STORY => { # note - an empty components array means all components + Talkilla => { + group => 'editbugs', + components => [], + }, Tracking => { group => 'editbugs', components => [], |