store full name (which includes module type) instead of just the refname
git-svn-id: file:///home/svn/framework3/trunk@8785 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
ac0e6515ab
commit
09c1fdd13d
|
@ -207,7 +207,7 @@ class FrameworkEventSubscriber
|
|||
:workspace => framework.db.find_workspace(instance.workspace),
|
||||
:name => "module_run",
|
||||
:info => {
|
||||
:module_name => instance.refname,
|
||||
:module_name => instance.fullname,
|
||||
:datastore => instance.datastore.to_h
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue