Fix for incoming favourites

master
Eugen Rochko 8 years ago
parent f4ad2fb35a
commit 7e53efae31
  1. 2
      app/services/process_interaction_service.rb

@ -77,7 +77,7 @@ class ProcessInteractionService < BaseService
end end
def activity_id(xml) def activity_id(xml)
xml.at_xpath('/xmlns:entry/xmlns:id').content xml.at_xpath('./activity:object/xmlns:id').content
end end
def salmon def salmon

Loading…
Cancel
Save