Skip to content
Snippets Groups Projects
Commit 284a2bc0 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

GH-866: Make "casing" consistent across the statuses

parent f408765c
No related branches found
No related tags found
No related merge requests found
<div class="wrapper wrapper--bottom-space"> <div class="wrapper wrapper--bottom-space">
<section class="section"> <section class="section">
<h4 class="heading heading--normal">By status</h4> <h4 class="heading heading--normal">By Status</h4>
<ul class="status-block"> <ul class="status-block">
{% for status, data in status_counts.items %} {% for status, data in status_counts.items %}
<li class="status-block__item"> <li class="status-block__item">
......
...@@ -752,7 +752,7 @@ PHASES_MAPPING = { ...@@ -752,7 +752,7 @@ PHASES_MAPPING = {
'statuses': phases_matching('internal_review'), 'statuses': phases_matching('internal_review'),
}, },
'in-discussion': { 'in-discussion': {
'name': 'In Discussion', 'name': 'Ready for Discussion',
'statuses': phases_matching('discussion', exclude=[INITIAL_STATE, 'proposal_discussion']), 'statuses': phases_matching('discussion', exclude=[INITIAL_STATE, 'proposal_discussion']),
}, },
'more-information': { 'more-information': {
...@@ -760,7 +760,7 @@ PHASES_MAPPING = { ...@@ -760,7 +760,7 @@ PHASES_MAPPING = {
'statuses': phases_matching('more_info'), 'statuses': phases_matching('more_info'),
}, },
'invited-for-proposal': { 'invited-for-proposal': {
'name': 'Invited for proposal', 'name': 'Invited for Proposal',
'statuses': ['draft_proposal'], 'statuses': ['draft_proposal'],
}, },
'external-review': { 'external-review': {
...@@ -768,7 +768,7 @@ PHASES_MAPPING = { ...@@ -768,7 +768,7 @@ PHASES_MAPPING = {
'statuses': phases_matching('external_review'), 'statuses': phases_matching('external_review'),
}, },
'ready-for-determination': { 'ready-for-determination': {
'name': 'Ready for determination', 'name': 'Ready for Determination',
'statuses': phases_matching('determination'), 'statuses': phases_matching('determination'),
}, },
'accepted': { 'accepted': {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment