You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does CDIView.supportsParameters affect view resolution in any way? It defaults to false, but whether or not I set its value the view provider behaves the same, i.e. provide the view with parameters. For example:
with this navigating to user-details/foo/bar show a label with a value of foo/bar, but the same happens with supportsParameters = false where I would expect the view not to match in this case.
The text was updated successfully, but these errors were encountered:
Does
CDIView.supportsParameters
affect view resolution in any way? It defaults tofalse
, but whether or not I set its value the view provider behaves the same, i.e. provide the view with parameters. For example:with this navigating to
user-details/foo/bar
show a label with a value offoo/bar
, but the same happens withsupportsParameters = false
where I would expect the view not to match in this case.The text was updated successfully, but these errors were encountered: