Skip to content

Commit

Permalink
fix: [#708] Keep back-button hidden in public detail page after openi…
Browse files Browse the repository at this point in the history
…ng from search list (#709)
  • Loading branch information
ursjoss authored Jun 9, 2024
1 parent 3b83afd commit 8dbffef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ NOTE: References to user stories are in the form Iteration/Story-Number.

.Fixed
- {url-issues}701[#701] Fix deletion of attachments with very long names
- {url-issues}708[#708] Keep back-button hidden in public detail page after opening from search list

////
.Security
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class PublicPaperDetailPage : BasePage<PublicPaper> {
override fun onSubmit() {
getId()?.let {
pageParameters[PublicPageParameters.NUMBER.parameterName] = it
setResponsePage(PublicPaperDetailPage(pageParameters, callingPageRef))
setResponsePage(PublicPaperDetailPage(pageParameters, callingPageRef, showBackButton))
}
}

Expand Down

0 comments on commit 8dbffef

Please sign in to comment.