Skip to content

Commit

Permalink
Add Missing config in workflow threshold page
Browse files Browse the repository at this point in the history
The page lists the 'bug_reminder_threshold' (i.e. access level needed
for users to send reminders) configuration, but does not allow the admin
to set its counterpart 'reminder_receive_threshold'.

Fixes #15360
  • Loading branch information
dregad committed Jan 17, 2013
1 parent 6302ae2 commit 75dd763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/strings_english.txt
Expand Up @@ -1455,6 +1455,7 @@ $s_handle_sponsored_issue = 'Handle sponsored issue';
$s_others = 'Others';
$s_see_email_addresses_of_other_users = 'See e-mail addresses of other users';
$s_send_reminders = 'Send reminders';
$s_receive_reminders = 'Receive reminders';
$s_add_profiles = 'Add profiles';
$s_notify_of_new_user_created = 'Notify of new user created';
$s_email_notification = 'E-mail notification';
Expand Down
1 change: 1 addition & 0 deletions manage_config_work_threshold_page.php
Expand Up @@ -312,6 +312,7 @@ function get_section_end() {
get_capability_row( lang_get( 'view' ) . ' ' . lang_get( 'assigned_to' ), 'view_handler_threshold' );
get_capability_row( lang_get( 'view' ) . ' ' . lang_get( 'bug_history' ), 'view_history_threshold' );
get_capability_row( lang_get( 'send_reminders' ), 'bug_reminder_threshold' );
get_capability_row( lang_get( 'receive_reminders' ), 'reminder_receive_threshold' );
get_section_end();


Expand Down

0 comments on commit 75dd763

Please sign in to comment.