Ubuntu Pastebin

Paste from Albert Astals Cid at Wed, 30 Mar 2016 08:16:19 +0000

Download as text
1
2
3
4
5
6
7
8
9
                    onAction: { // (int index, var result, var actionId)
                        scope.activateAction(result, baseItem.categoryId, actionId);
                    }

should be

                    onAction: { // (int index, var result, var actionId)
                        scope.activateAction(result, baseItem.category, actionId);
                    }
Download as text