programcsharp / griddly

Hybrid grid -- Razor/MVC AJAX/HTML5
http://griddly.com
MIT License
16 stars 10 forks source link

Null ref on empty grid message #104

Closed programcsharp closed 4 years ago

programcsharp commented 4 years ago

https://github.com/programcsharp/griddly/blob/7cb1dc152cf80696896e1081fde9f8557dc0c6f9/Griddly/Views/Shared/Griddly/Griddly.cshtml#L324

Should be settings.EmptyGridMessage not Model.Settings...

Also, on the line above, should show it if just the template is set, not only if the message is set.