You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bank admins can enter requests on behalf of partners (#4961)
* Requests page: add button for bank admins to create new requests. Fix styling of buttons
* Requests page: select partner from list
* Bank admins can view new request page
* Remove extraneous requests#create action; post to partners/requests#create directly
* Bank admins can submit new request
* RequestsConfirmationMailer: display name of person who submitted the request
* RequestsConfirmationMailer: always send to the user who submitted the request
* DistributionMailer uses new Request#requester method
* Cancel partner request uses correct link for bank admins
* Document new feature for bank admins to submit request on behalf of partner
* Bank admin can request requests for active partners only
* RequestsConfirmationMailer: rename @requester_name
* Partners::RequestsController: set layout for all actions
* Fix error page not showing for requests submitted by bank admin
* Fix confirmation modal not showing for requests submitted by bank admin
0 commit comments