We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d53bb3 commit f787a7fCopy full SHA for f787a7f
lib/redmine_git_hosting/patches/users_controller_patch.rb
@@ -31,6 +31,8 @@ def edit_with_git_hosting(&block)
31
32
33
def update_with_git_hosting(&block)
34
+ # Set public key values for view
35
+ set_public_key_values
36
# Previous routine
37
update_without_git_hosting(&block)
38
# Update projects if needed
0 commit comments