mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
FIX: Use the full URL for reviewable content to make the API easier
This commit is contained in:
parent
a2598632aa
commit
743ce093a9
@ -20,7 +20,7 @@ class Reviewable < ActiveRecord::Base
|
||||
def initialize(meta_topic)
|
||||
@id = meta_topic.id
|
||||
@has_more = false
|
||||
@permalink = meta_topic.relative_url
|
||||
@permalink = "#{Discourse.base_url}#{meta_topic.relative_url}"
|
||||
@posts = []
|
||||
|
||||
meta_posts = meta_topic.ordered_posts.where(post_type: ::Post.types[:regular]).limit(2)
|
||||
|
Loading…
Reference in New Issue
Block a user