Skip to content

Commit

Permalink
Document redirection query string param fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 22, 2024
1 parent c14abec commit e86921c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions project-docs/release-notes/version-3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,10 @@ Bugs Fixed
had not been created via the REST API but by the web interface would result in
an internal error. Now properly disallow the request for this case and return
an error saying session cannot be reacquired.

* When an index URL was supplied to the training portal in the `TrainingPortal`
resource, or via the REST API, if the URL had query string parameters, the
query string param added by the training platform with the notification
message, was not being merged with the existing set of query string parameters
and was instead being added to the value of the last query string parameter in
the URL.

0 comments on commit e86921c

Please sign in to comment.