erichexter / twitter.bootstrap.mvc

nuget package to make bootstrap easy with mvc4
Apache License 2.0
248 stars 134 forks source link

Bug fix on the Edit and on the Delete action for the AddController T4 template #37

Closed tikrimi closed 11 years ago

tikrimi commented 11 years ago

Bug fix on the T4 add controller. They were a bug with the Edit method (using the Create view instead of the Edit view), and with the Delete method (the deletion is done without confirmation message).