The login for extracting tags from URI is hard-coded in Tagged controller to use /tagged/ string
This means that uri /tagged/ cannot be aliased using custom route in [ROUTES] section of !config.ini
Must update the Tagged controller class to use the value of first segment name instead of actual controller name
The login for extracting tags from URI is hard-coded in Tagged controller to use /tagged/ string This means that uri /tagged/ cannot be aliased using custom route in [ROUTES] section of !config.ini
Must update the Tagged controller class to use the value of first segment name instead of actual controller name