Merge pull request #4163 from akatsoulas/test-aaq-staging

Experiment with AAQ - solution before grouping products.
This commit is contained in:
Tasos Katsoulas 2020-02-07 13:55:13 +02:00 коммит произвёл GitHub
Родитель 6e3a95449c 44ea34182b
Коммит 8851438d67
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 19 добавлений и 0 удалений

Просмотреть файл

@ -470,6 +470,25 @@ products = OrderedDict([
}),
])
}),
('product-test-aaq', {
'name': _lazy(u'Testing AAQ without displayed product'),
'subtitle': _lazy(u'Product test aaq'),
'extra_fields': [],
'tags': [],
'product': 'product-test-aaq',
'categories': OrderedDict([
('technical', {
'name': _lazy(u'Technical'),
'topic': 'technical',
'tags': ['technical'],
}),
('Troubleshooting', {
'name': _lazy(u'Troubleshooting'),
'topic': 'troubleshooting',
'tags': ['troubleshooting'],
}),
])
}),
('other', {
'name': _lazy(u'Other Mozilla products'),
'subtitle': '',