We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd75e2 commit 25f6f17Copy full SHA for 25f6f17
src/dashboard/Data/CloudCode/B4ACloudCode.react.js
@@ -62,6 +62,7 @@ class B4ACloudCode extends CloudCode {
62
}
63
64
async componentWillMount() {
65
+ back4AppNavigation && back4AppNavigation.atCloudCodePageEvent()
66
await this.fetchSource()
67
// define the parameters to show unsaved changes warning modal
68
const unbindHook = this.props.router.setRouteLeaveHook(this.props.route, nextLocation => {
@@ -136,6 +137,7 @@ class B4ACloudCode extends CloudCode {
136
137
data: { tree },
138
withCredentials: true
139
})
140
+ back4AppNavigation && back4AppNavigation.deployCloudCodeEvent()
141
142
// force jstree component to upload
143
await updateTreeContent(this.state.files)
0 commit comments