Skip to content

Commit

Permalink
Fixed case sensitive issue
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Apr 7, 2016
1 parent e89b7af commit 2af692f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/config/jarves.objects.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<object id="News">
<label>Article</label>
<desc>Articles</desc>
<apiControllerDefinition>@JarvesPublicationBundle/Resources/config/crud/News.yml</apiControllerDefinition>
<apiControllerDefinition>@JarvesPublicationBundle/Resources/config/crud/news.yml</apiControllerDefinition>
<table>publication_news</table>
<labelField>title</labelField>
<multiLanguage>true</multiLanguage>
Expand Down Expand Up @@ -68,7 +68,7 @@
<label>Article category</label>
<table>publication_news_category</table>
<labelField>title</labelField>
<apiControllerDefinition>@JarvesPublicationBundle/Resources/config/crud/NewsCategory.yml</apiControllerDefinition>
<apiControllerDefinition>@JarvesPublicationBundle/Resources/config/crud/newsCategory.yml</apiControllerDefinition>
<workspace>true</workspace>
<listEntryPoint>JarvesPublicationBundle/category</listEntryPoint>
<editEntryPoint>JarvesPublicationBundle/category</editEntryPoint>
Expand All @@ -86,7 +86,7 @@
</object>
<object id="NewsComment">
<label>Comment</label>
<apiControllerDefinition>@JarvesPublicationBundle/Resources/config/crud/NewsComment.yml</apiControllerDefinition>
<apiControllerDefinition>@JarvesPublicationBundle/Resources/config/crud/newsComment.yml</apiControllerDefinition>
<table>publication_news_comment</table>
<labelField>id</labelField>
<fields>
Expand Down

0 comments on commit 2af692f

Please sign in to comment.