TypiCMS-TeamGamayunSoftUni / Base

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

Pages: Title is not a mandatory field and an empty page can be created #15

Open ivamladenova opened 8 years ago

ivamladenova commented 8 years ago

The Title field is not mandary, leaving the user with the possibility to create an empty Page.

Steps:

  1. Log in as an admin user.
  2. Reach the Pages menu.
  3. Click on New Page.
  4. Click Save and Exit without filling out the Title field (or any else).

Expected results: For the Title field to be mandatory. Actual Result: A completely empty page is created.