Initial commit
This commit is contained in:
7
app/plugins/bugtracker/config/constants.php
Normal file
7
app/plugins/bugtracker/config/constants.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
# bugTracker
|
||||
define( 'TRACKER_STATUS_IN_PROGRESS', 'In Progress' );
|
||||
define( 'TRACKER_STATUS_TESTING', 'Needs Testing' );
|
||||
define( 'TRACKER_STATUS_NEW', 'New' );
|
||||
define( 'TRACKER_STATUS_FIXED', 'Fixed' );
|
||||
define( 'TRACKER_STATUS_CLOSED', 'Closed' );
|
Reference in New Issue
Block a user