Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8129 list attachments on info request admin page #8130

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Feb 12, 2024

  1. Update info_request_helper.rb

    Collect attachments for an info request in one place
    HelenWDTK authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e2d2dc7 View commit details
    Browse the repository at this point in the history
  2. Update show.html.erb

    rendering attachments in the admin panel
    HelenWDTK authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    431b23d View commit details
    Browse the repository at this point in the history
  3. Create _some_attachments.html.erb

    new partial to house none main body attachments
    HelenWDTK authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    fb08a5b View commit details
    Browse the repository at this point in the history
  4. Update info_request_helper.rb

    Add main body filtering and split method over several lines so as not to exceed 80 chars
    HelenWDTK authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    134b3a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Update info_request_helper.rb

    undoing previous change
    HelenWDTK authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    368aabb View commit details
    Browse the repository at this point in the history
  2. Update show.html.erb

    Adds help block, and uses existing partial
    HelenWDTK authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d055d6b View commit details
    Browse the repository at this point in the history
  3. Update foi_attachment.rb

    Adds scope to filter out main body part attachments out
    HelenWDTK authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    13b1136 View commit details
    Browse the repository at this point in the history