File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/controllers/super_admin Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
- Fix failing eslint workflow / upgrade ` actions/checkout ` & ` actions/setup-node ` to v3 [ #3503 ] ( https://github.com/DMPRoadmap/roadmap/pull/3503 )
4
+ - Fix rendering of ` confirm_merge ` partial [ #3515 ] ( https://github.com/DMPRoadmap/roadmap/pull/3515 )
4
5
5
6
## v5.0.0
6
7
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def search
91
91
# WHAT TO RETURN!?!?!
92
92
if @users . present? # found a user, or Users, submit for merge
93
93
render json : {
94
- form : render_to_string ( partial : 'super_admin/users/ confirm_merge.html.erb ' )
94
+ form : render_to_string ( partial : 'confirm_merge' )
95
95
}
96
96
else # NO USER, re-render w/error?
97
97
flash . now [ :alert ] = 'Unable to find user'
You can’t perform that action at this time.
0 commit comments