Skip to content

Commit

Permalink
Merge pull request #1162 from nla/ctpl-199-update-picture-requesting
Browse files Browse the repository at this point in the history
CTPL-199: Disable picture requesting
  • Loading branch information
CEdwardsBlasikiewicz authored Dec 4, 2024
2 parents ef32ba9 + 9043c71 commit 82e61ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/controllers/request_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def new
"serials"
elsif item["itemCategory"] == "map"
"maps"
elsif item["itemCategory"] == "picture"
"pictures"
# elsif item["itemCategory"] == "picture"
# "pictures"
else
"monographs"
end
Expand Down
2 changes: 1 addition & 1 deletion spec/features/requests_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
end
end

context "when requesting a picture" do
context "when requesting a picture", skip: "waiting for planets to align" do
let(:instance_id) { "d63dc349-8153-5ff6-a33c-f3ec13faa0f0" }
let(:holdings_id) { "13341598-814f-5407-893b-cc76f339f123" }
let(:item_id) { "3556c738-2a32-5b11-b86e-2e5db34bbe1e" }
Expand Down

0 comments on commit 82e61ea

Please sign in to comment.