Bug 1465970 - make backfill action a hook; r=tomprince

MozReview-Commit-ID: 1ibZPb5fMdP

--HG--
extra : rebase_source : 1a3deae3f1deacc4e06d6e4bb3fb95269295821e
This commit is contained in:
Dustin J. Mitchell 2018-05-31 21:30:19 +00:00
Родитель 2f969596fd
Коммит 8e4ea9e029
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -25,6 +25,8 @@ logger = logging.getLogger(__name__)
@register_callback_action(
title='Backfill',
name='backfill',
kind='hook',
generic=True,
symbol='Bk',
description=('Take the label of the current task, '
'and trigger the task with that label '