Skip to content
Snippets Groups Projects
Commit 4a7b3c88 authored by Tim Steiner's avatar Tim Steiner
Browse files

Fix to actually display isNarrative files.

parent 7b5c05ee
No related branches found
Tags
No related merge requests found
......@@ -10,7 +10,7 @@ class RequestFile extends File
{
const SYLLABUS_TYPE = 'syllabus';
const CROSSLIST_MEMO_TYPE = 'crosslist memo';
const IS_NARRATIVE_TYPE = 'is_narrative';
const IS_NARRATIVE_TYPE = 'isNarrative';
const OTHER_TYPE = 'other';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment