Skip to content

Commit

Permalink
Add a test for patch information view
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp-work committed Nov 24, 2023
1 parent 6b0acbd commit 0cd3c7d
Show file tree
Hide file tree
Showing 5 changed files with 3,310 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/app/views/webui/request/beta_show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
= render partial: 'webui/shared/collapsible_text', locals: { text: @bs_request.description, extra_css_classes: 'full-width' }
- else
%i No description set
#patchinfo-details
- if @bs_request.bs_request_actions.exists?(source_package: 'patchinfo')
- if @bs_request.bs_request_actions.exists?(source_package: 'patchinfo')
#patchinfo-details
%h3.my-4 Patches
- @bs_request.bs_request_actions.where(source_package: 'patchinfo').each do |patchinfo|
- patchinfo_package = Package.find_by_project_and_name(patchinfo.source_project, patchinfo.source_package)
Expand Down

0 comments on commit 0cd3c7d

Please sign in to comment.