Reverted commit [6032] -- it had unintended changes :-( We'll probably have to move forward instead, and fix the dependent scripts to accept RG annotations.
- Legacy-Id: 6035
Note: SVN reference [6032] has been migrated to Git commit 2b19bba4b8
This commit is contained in:
parent
2b19bba4b8
commit
8df981a25d
|
@ -207,7 +207,7 @@ def active_drafts_index_by_group(extra_values=()):
|
|||
|
||||
active_state = State.objects.get(type="draft", slug="active")
|
||||
|
||||
groups_dict = dict((g.id, g) for g in Group.objects.filter(type__slug="wg"))
|
||||
groups_dict = dict((g.id, g) for g in Group.objects.all()
|
||||
|
||||
extracted_values = ("name", "rev", "title", "group_id") + extra_values
|
||||
|
||||
|
|
Loading…
Reference in a new issue