Fix favourite handling in ProcessInteractionService
This commit is contained in:
parent
43bb8a25e7
commit
da4b675aca
4 changed files with 8 additions and 10 deletions
|
@ -77,7 +77,7 @@ class ProcessInteractionService < BaseService
|
|||
end
|
||||
|
||||
def activity_id(xml)
|
||||
xml.at_xpath('./activity:object/xmlns:id').content
|
||||
xml.at_xpath('//activity:object/xmlns:id').content
|
||||
end
|
||||
|
||||
def salmon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue