Not a bug Section context doesn't respect max length for navigation id

TickTackk

Well-known member
Affected version
2.0.2
Navigation item only allows 25 characters for admin and 50 for public characters as navigation id but the allowed value for Section context is set to 255
 
This just reflects what's allowed in the database field, which is 255 characters. Section context doesn't necessarily have to be related to navigation IDs, nor are routes necessarily limited to only public and admin types. It wouldn't necessarily be wrong to change it, but at the same time there's not really a compelling reason to either and it may allow for future capabilities.
 
Top Bottom