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 d66cb18 commit f78ae10Copy full SHA for f78ae10
lib/smart-app.js
@@ -271,6 +271,10 @@ module.exports = class SmartApp {
271
272
case 'CONFIGURATION': {
273
const {configurationData} = evt
274
+
275
+ // Inject whether or not the request was a resubmitted page
276
+ configurationData.isResubmit = configurationData.pageId === configurationData.previousPageId
277
278
switch (configurationData.phase) {
279
case 'INITIALIZE': {
280
this._log.event(evt, configurationData.phase)
0 commit comments