item/collection radials adds to collection auto

This commit is contained in:
Treeku
2014-06-07 05:37:02 +01:00
parent 82f618667f
commit e9fe6effda
+1
View File
@@ -9,6 +9,7 @@ def createRadial(core, owner, target, radials):
def handleSelection(core, owner, target, option):
if option == 21 and target:
core.collectionService.addCollection(target.getStfName().rsplit('_n', 1)[0])
core.objectService.useObject(owner, target)
return