li3_resources icon indicating copy to clipboard operation
li3_resources copied to clipboard

Fix routing with no action or id error AND add extendable URL key matches

Open rjschie opened this issue 11 years ago • 1 comments

Adding the 'id' parameter with a null value, in the router::connect() params, fixed an error I was seeing when you'd link to the controller, but no action or id was given (which should show all). It was, instead, causing an error that didn't return anything except 500 Internal Server Error.

Also, added the ability for users to insert their own URL matches against the ID key. This will help in instances where UUID ID's are used or other specific ID formats.

rjschie avatar Nov 23 '14 10:11 rjschie

I'd love to see a test for this.

bayleedev avatar Nov 23 '14 15:11 bayleedev