Letractively / osclass

Automatically exported from code.google.com/p/osclass
0 stars 0 forks source link

Can save pages with empty title and body #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit any page in admin panel.
2. Delete body and/or title
3. Save.

mysql> select s_title from osc2_t_page WHERE s_title='';
+---------+
| s_title |
+---------+
|         | 
+---------+
1 row in set (0.01 sec)

Original issue reported on code.google.com by max.podu...@gmail.com on 13 Apr 2010 at 8:58

GoogleCodeExporter commented 9 years ago
I don't see this as a issue. Maybe you want to have a page without body 
(something to
do with the theme) or an empty title... 
Can you please re consider it?

Original comment by santiago...@gmail.com on 13 Apr 2010 at 5:14

GoogleCodeExporter commented 9 years ago
Well, why when s_title and s_body can not be null in table? 

Original comment by max.podu...@gmail.com on 14 Apr 2010 at 7:37