TypiCMS-TeamGamayunSoftUni / Base

Multilingual and modular CMS built with Laravel 5.2
MIT License
4 stars 1 forks source link

Completely empty news item can be created when leaving the title field empty #30

Open nBorimechkov opened 8 years ago

nBorimechkov commented 8 years ago

As with the Page functionality, a non-mandatory title field can result in the creation of an empty news item.

Steps to reproduce:

  1. Log in as an admin user.
  2. Click on New News item button.
  3. Click Save and Exit without filling out anything.

Expected results: An error message is shown informing the user that the title field is required to create a news item. Actual Result: An empty news item is created.