Skip to content

Commit ea9448e

Browse files
author
root
committed
Fix #430
1 parent ed2fbfc commit ea9448e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: lib/redmine_git_hosting/patches/users_controller_patch.rb

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ def edit_with_git_hosting(&block)
3131

3232

3333
def update_with_git_hosting(&block)
34+
# Set public key values for view
35+
set_public_key_values
3436
# Previous routine
3537
update_without_git_hosting(&block)
3638
# Update projects if needed

0 commit comments

Comments
 (0)