Before i file a bug report (in case its my system) can someone please check for me, seems too fundamental to be a bug?
When applying a security restrict to an API action an selecting a route with a parameter, the parameter shows in the dialogue but the picker does nothing when clicked.
These definitely are linked, though the issue seems deeper than just the picker not displaying.
For me the picker shows, but is empty. I'd expect to be able to add via code view:
$_GET.id
this formats as {{$_GET.id}}, so:
but then shows as plain text when the redirect actually occurs.
To clarify re. using routing vs a query parameter the end result I want is to tell the login page where to redirect back to after login. This is defined by a parameter from the url. So I want to redirect on login to:
In either case I need to add the ID dynamically, I tried both via routing and query param but the issue is the same either way. I feel you should be able to add dynamic data into the Login URL (or Forbidden URL) within security restrict. Regardless of the picker not showing I'm not sure the functionality is currently there (or I'm using incorrect syntax)?