Skip to content

Commit 068621c

Browse files
committed
update reverseMigration
1 parent 4051274 commit 068621c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webskin/a0Login/webtopBodyStatus.cfm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,11 @@
301301
</table>
302302
</cfoutput>
303303
<ft:processForm action="Reverse migration" Exit="true">
304+
<cfif len(url.userid)>
305+
<cfset application.fc.lib.auth0.reverseMigration(qUsers=application.fc.lib.auth0.getReverseMigratableUsers(userIDs = url.userid, maxRows=-1)) />
306+
<cfelse>
304307
<cfset application.fc.lib.auth0.reverseMigration(qUsers=application.fc.lib.auth0.getReverseMigratableUsers(userIDs = "", maxRows=-1)) />
308+
</cfif>
305309
</ft:processForm>
306310
<ft:form>
307311
<ft:buttonPanel>

0 commit comments

Comments
 (0)