Skip to content

Commit

Permalink
BWS-PKG - Bug 37337: Pass the save $op when biblio_exists
Browse files Browse the repository at this point in the history
To test:
1. Go to suggestions in the staff interface and enter a new suggestion.
2. Enter a title that matches something already in the catalog. In k-t-d I used "Lanark".
3. Submit the suggestion.
4. Get a blank page.
5. APPLY PATCH and restart_all
6. Now after step 3 you should get a page that shows the 'Click on "Confirm your suggestion" to ignore this message." warning, the form, and a Confirm your suggestion button.

Signed-off-by: Jake Deery <[email protected]>
Signed-off-by: Jan Kissig <[email protected]>
Signed-off-by: Martin Renvoize <[email protected]>
  • Loading branch information
ricofreak authored and kylemhall committed Jul 25, 2024
1 parent b3100ff commit 5b3fc78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suggestion/suggestion.pl
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ sub GetCriteriumDesc{
delete $suggestion_ref->{suggesteddate};
delete $suggestion_ref->{manageddate};
Init($suggestion_ref);
$op = 'save';
}
else {

Expand Down

0 comments on commit 5b3fc78

Please sign in to comment.