We have a page where we load content dynamically from an external source loaded depending on the parameters in the query string (not search results). We need to deal with additional logic in some cases that can't be managed using just an alternative view, they are dependent on the actual parameters, so we need to be able to preserve them in edit mode. How would we be able to do that? I'm currently trying to use the LinKURL with additional queryparameter which, while taking me to the correctly parameterised page, does not provide me access to edit mode.
↧