Commit d93534ba by Sebastián Katzer

Dont set any default action group if these group does not exist

parent eda86551
......@@ -180,8 +180,7 @@ exports.convertActions = function (options) {
actions.push(action);
}
options.actionGroupId = (options.actionGroupId || 'DEFAULT_GROUP').toString();
options.actions = actions;
options.actions = actions;
return options;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment