Skip to content

Commit

Permalink
fix missing sequence entry
Browse files Browse the repository at this point in the history
rename to TimelineSequence
  • Loading branch information
Heiner Wolf committed May 31, 2024
1 parent 8659e20 commit 2bd25ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/galdevweb/GaldevWeb/TimelineIndex.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void Load(TimelineEntryCondition filter)

LoadLanguages();
LoadEntries(filter);
LoadThreads();
LoadSequences();
ConnectEntries();
CreateTopics();
CreateAliases();
Expand Down Expand Up @@ -108,7 +108,7 @@ private void LoadEntries(TimelineEntryCondition filter)
}
}

private void LoadThreads()
private void LoadSequences()
{
var indexData = DataProvider.GetData(IndexFilePath);
var indexNode = JsonPath.Node.FromYaml(indexData, new YamlDeserializer.Options { LowerCaseDictKeys = true });
Expand Down
2 changes: 1 addition & 1 deletion data/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sequences:
de:
title: Der Weise Drache
summary: Der "Weise Drache", auch bekannt als der "Drache in Kisorigestalt", ist eine zentrale Figur in den Legenden des kisorischen Mittelalters.
entries: [Ruins, Drachenlegenden, SoloEhre]
entries: [Ruins, Drachenlegenden, SoloEhre, Kammer]
en:
title: The Wise Dragon
summary: Wise Dragon Summary
Expand Down

0 comments on commit 2bd25ab

Please sign in to comment.