Skip to content

Commit

Permalink
Updates tutorials/movies/adding_a_movie_kind_field.md
Browse files Browse the repository at this point in the history
Auto commit by GitBook Editor
  • Loading branch information
volkanceylan committed Sep 12, 2017
1 parent 43d0448 commit ac01c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutorials/movies/adding_a_movie_kind_field.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ namespace MovieTutorial.MovieDB.Forms

Now, build your solution and run it. When you try to edit a movie or add a new one, nothing will happen. This is an expected situation. If you check developer tools console of your browser (F12, inspect element etc.) you'll see such an error:

> You might not have this error with ASP.NET Core version as it auto transforms T4
```txt
Uncaught Can't find MovieTutorial.MovieDB.MovieKind enum type!
```
Expand Down

0 comments on commit ac01c6e

Please sign in to comment.