Updated ask module with custom acknowledgement working
This commit is contained in:
parent
91f80a0952
commit
26d3a89d30
|
@ -31,6 +31,8 @@ class Panel::Ask::FrontEnd::AskQuestionsController < OrbitWidgetController
|
|||
end
|
||||
|
||||
def thank_you
|
||||
@acknowledgement = AskAcknowledgement.last
|
||||
Rails.logger.info"@@@@@@@@@@@@@@@@@@@@@"+@acknowledgement.inspect
|
||||
@item = Page.find(params[:page_id]) rescue nil
|
||||
if @item
|
||||
if @item.frontend_data_count
|
||||
|
@ -43,5 +45,4 @@ class Panel::Ask::FrontEnd::AskQuestionsController < OrbitWidgetController
|
|||
@item = Page.find(params[:page_id]) rescue nil
|
||||
>>>>>>> a4fa967... Fix mailing redirect
|
||||
end
|
||||
@acknowledgement = AskAcknowledgement.last
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue