Skip to content

Commit

Permalink
Revert "Don't load the translators and inkers on the Series view page"
Browse files Browse the repository at this point in the history
This reverts commit 970b4e5.
  • Loading branch information
The4thLaw committed Jan 3, 2019
1 parent 970b4e5 commit 3782875
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/demyo-model/src/main/java/org/demyo/model/Series.java
Expand Up @@ -37,9 +37,10 @@
{ @NamedAttributeNode("relatedSeries"),
@NamedAttributeNode(value = "albums", subgraph = "Series.Album") }, subgraphs =
{ @NamedSubgraph(name = "Series.Album", attributeNodes = { @NamedAttributeNode("writers"),
@NamedAttributeNode("artists"), @NamedAttributeNode("colorists"),
@NamedAttributeNode("publisher"), @NamedAttributeNode("collection"),
@NamedAttributeNode("tags"), @NamedAttributeNode("cover") }) }),
@NamedAttributeNode("artists"), @NamedAttributeNode("colorists"), @NamedAttributeNode("inkers"),
@NamedAttributeNode("translators"), @NamedAttributeNode("publisher"),
@NamedAttributeNode("collection"), @NamedAttributeNode("tags"),
@NamedAttributeNode("cover") }) }),
@NamedEntityGraph(name = "Series.forEdition", attributeNodes = @NamedAttributeNode("relatedSeries")) })
public class Series extends AbstractModel {
/** The name. */
Expand Down

0 comments on commit 3782875

Please sign in to comment.