Merge branch 'develop' of https://git.trustie.net/Gitlink/forgeplus into develop

This commit is contained in:
jasder
2021-11-05 11:36:51 +08:00
55 changed files with 299 additions and 331 deletions

View File

@@ -208,7 +208,7 @@ class User < Owner
validate :validate_password_length
def reset_cache_data
Cache::V2::OwnerCommonService.new(self.login, self.mail).reset
Cache::V2::OwnerCommonService.new(self.id).reset
end
# 用户参与的所有项目