thomastom99 / wc

wc Public Repository
0 stars 0 forks source link

It is possible to create more than one menu item with the same name #17

Open Soorya2015 opened 8 years ago

Soorya2015 commented 8 years ago

Application is allowing the user to create new menu with already existing menu name. Please find attached screenshot.

screen shot_wc
thomastom99 commented 8 years ago

This behaviour is fine. But make sure that the alias URL name should not be the same..

that home ==> alias1.aspx another Home ==> alias2.aspx

This is perfectly fine..

But

that home ==> alias.aspx another Home ==> alias.aspx

This is not OK

thomastom99 commented 8 years ago

But from one menu , you can redirect to another menu using external URL in new menu ..