modified wiki uids
This commit is contained in:
parent
c460cb51f3
commit
5da4c80e48
|
@ -22,7 +22,7 @@ class Admin::WikiPagesController < OrbitAdminController
|
|||
|
||||
def create_on_the_go
|
||||
wiki = WikiPage.create(wiki_page_params)
|
||||
render :json => {"title" => wiki.title_translations, "id" => wiki.id.to_s}.to_json
|
||||
render :json => {"title" => wiki.title_translations, "id" => wiki.uid.to_s}.to_json
|
||||
end
|
||||
|
||||
def new
|
||||
|
|
Loading…
Reference in New Issue