Skip to content

Commit eb10724

Browse files
committed
Changed liaison attachment code to use the correct document type slug.
- Legacy-Id: 5822
1 parent 96771f7 commit eb10724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/liaisons/formsREDESIGN.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def save_attachments(self, instance):
284284
name = name,
285285
defaults=dict(
286286
title = self.data.get(title_key),
287-
type_id = "liaison",
287+
type_id = "liai-att",
288288
external_url = name + extension, # strictly speaking not necessary, but just for the time being ...
289289
)
290290
)

0 commit comments

Comments
 (0)