Skip to content

Commit 9bde5b9

Browse files
committed
Added support for conflrev documents based on branch /personal/rcross/v4.32@4722, but tweaked to return only the directory, not the full directory+name+ext path, in order to behave the same way as for other document types.
- Legacy-Id: 4779
1 parent d50eef9 commit 9bde5b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/doc/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ def get_file_path(self):
7272
return os.path.join(settings.AGENDA_PATH, meeting, self.type_id) + "/"
7373
elif self.type_id == "charter":
7474
return settings.CHARTER_PATH
75+
elif self.type_id == "conflrev":
76+
return settings.CONFLICT_REVIEW_PATH
7577
else:
7678
raise NotImplemented
7779

0 commit comments

Comments
 (0)