Skip to content

Commit

Permalink
Merge pull request #132 from zopefoundation/show-import-step-id
Browse files Browse the repository at this point in the history
Show import step id
  • Loading branch information
ksuess authored Sep 27, 2024
2 parents 1282024 + 827e9f7 commit 093958d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
4.0 (unreleased)
----------------

- Show import step id.

- Add support for Python 3.12.

- Drop support for Python 3.7.
Expand Down
5 changes: 3 additions & 2 deletions src/Products/GenericSetup/www/sutImportSteps.zpt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Reapplying these import steps is potentially a dangerous operation.
</td>
<td class="text-right">#</td>
<td>Title / Description</td>
<td>Handler</td>
<td>ID / Handler</td>
</tr>
</thead>

Expand All @@ -123,7 +123,8 @@ Reapplying these import steps is potentially a dangerous operation.
<small tal:content="info/description">STEP DESCRIPTION</small>
</td>
<td>
<code tal:content="info/handler">DOTTED.NAME</code>
<label tal:content="step_id">step_id</label><br />
<small><code tal:content="info/handler">DOTTED.NAME</code></small>
</td>
</tr>
</tal:loop>
Expand Down

0 comments on commit 093958d

Please sign in to comment.