Closed
Description
Steps to reproduce the issue
Create a banner called "test"
Try and create a second banner with the same name "test"
Expected result
The code suggests that it should not be possible to save the second banner as the alias is not unique
joomla-cms/administrator/components/com_banners/src/Table/BannerTable.php
Lines 264 to 271 in b2004e7
Actual result
The banner is saved resulting in two banners in the same category with the same name and alias
Additional comments
Not even sure why banners have an alias at all