FIX: Remote themes Github link should go to custom branch #9184

This commit is contained in:
Vinoth Kannan
2020-03-18 03:57:54 +05:30
parent 0b2e6f4301
commit 48d690ae01
4 changed files with 62 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ class BasicThemeSerializer < ApplicationSerializer
end
class RemoteThemeSerializer < ApplicationSerializer
attributes :id, :remote_url, :remote_version, :local_version, :commits_behind,
attributes :id, :remote_url, :remote_version, :local_version, :commits_behind, :branch,
:remote_updated_at, :updated_at, :github_diff_link, :last_error_text, :is_git?,
:license_url, :about_url, :authors, :theme_version, :minimum_discourse_version, :maximum_discourse_version