[fixed] Content type Seperator and empty alias on System Ma.
Posted: Sun Jun 24, 2012 11:10 am
Rev: 8101
Tiny issue.
After adding a "Seperator" content type the cache and content tab of the system maintanance page warns about a missing alias.
How to reproduce:
Add a seperator:
Content -> Pages [Add New Content]
Content Type : Seperator
[Submit]
Go to:
Site Admin -> System Maintenance [Cache and content]-tab:
"1 pages missing aliases" .....
Check your database:
SELECT content_id, type, content_alias FROM `cms_content` WHERE type = 'separator'
Tiny issue.
After adding a "Seperator" content type the cache and content tab of the system maintanance page warns about a missing alias.
How to reproduce:
Add a seperator:
Content -> Pages [Add New Content]
Content Type : Seperator
[Submit]
Go to:
Site Admin -> System Maintenance [Cache and content]-tab:
"1 pages missing aliases" .....
Check your database:
SELECT content_id, type, content_alias FROM `cms_content` WHERE type = 'separator'