Extension mapping, omit action subrows and subactions
This commit is contained in:
@@ -50,7 +50,7 @@ class Extension extends Component {
|
|||||||
structureParams() {
|
structureParams() {
|
||||||
var params = {
|
var params = {
|
||||||
description: this.description,
|
description: this.description,
|
||||||
actions: this.actions,
|
actions: this.actions.map((a) => {return _.omit(a, ["subrows", "subactions"])}),
|
||||||
supported_types: this.supported_types
|
supported_types: this.supported_types
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user