• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pulibrary / tigerdata-app / 0af06910-279d-4046-b347-b94bf8f99d86

25 Nov 2025 08:01PM UTC coverage: 87.618% (+8.0%) from 79.623%
0af06910-279d-4046-b347-b94bf8f99d86

Pull #2246

circleci

carolyncole
clear the error message when a data sponsor or manager has been selected

Also move lux initialization to a higher div so that the user select components are all in one lux session, which gives them different ids
Pull Request #2246: clear the error message when a data sponsor or manager has been selected

2788 of 3182 relevant lines covered (87.62%)

358.7 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/app/controllers/new_project_wizard/additional_information_grants_and_funding_controller.rb
1
# frozen_string_literal: true
2
class NewProjectWizard::AdditionalInformationGrantsAndFundingController < RequestWizardsController
2✔
3
  protected
2✔
4

5
    def render_current
2✔
6
      @request_presenter = RequestPresenter.new(@request_model)
1✔
7
      @form_url = new_project_additional_information_grants_and_funding_save_path(@request_model)
1✔
8
      render "/new_project_wizard/additional_information_grants_and_funding"
1✔
9
    end
10

11
    def render_next
2✔
12
      redirect_to new_project_additional_information_project_permissions_path(request_model)
1✔
13
    end
14

15
    def render_back
2✔
16
      redirect_to new_project_storage_and_access_path(request_model)
1✔
17
    end
18
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc