Skip to content

Commit

Permalink
Merge pull request #1004 from mattmundell/quick-first-scan
Browse files Browse the repository at this point in the history
Use correct element to get task ID in wizard
  • Loading branch information
mattmundell authored Mar 10, 2020
2 parents 051ed94 + 10e7e06 commit 756f982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wizards/quick_first_scan.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
<xsl:template match="/">
<xsl:choose>
<xsl:when test="starts-with (/wizard/previous/extra_data/status, '2')">
<get_tasks task_id="{/wizard/previous/response/create_task_response/@id}"/>
<get_tasks task_id="{/wizard/previous/extra_data/task/@id}"/>
</xsl:when>
<xsl:otherwise>
<xsl:if test="/wizard/previous/extra_data/task/@id != ''">
Expand Down

0 comments on commit 756f982

Please sign in to comment.