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-b9f4589650da
unstable
James Lee 2010-03-11 14:33:48 +00:00
parent ac0e6515ab
commit 09c1fdd13d
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}