Skip to content

Conversation

@arthanson
Copy link
Collaborator

Fixes: #16756

@arthanson arthanson marked this pull request as ready for review August 12, 2024 08:02
Copy link
Member

@jeremystretch jeremystretch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't just copy code out of the included template and tweak it, as that results in duplicated code that assuredly will not be maintained over time. You'll need to dig deeper and find a solution that allows efficient reuse of the template.

<div class="table-responsive" id="object_list">
<h5 class="card-header">{% trans "Log" %}</h5>
{% include 'htmx/table.html' %}
{% include 'htmx/table.html' with no_htmx_container=True%}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is a pattern we want to encourage. I'm going to see if I can come up with a cleaner fix for this.

@jeremystretch
Copy link
Member

Closing this in favor of #17290

@jeremystretch jeremystretch deleted the 16756-script-results branch August 28, 2024 20:25
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

script page elements are duplicated when log output is paginated and browsed

3 participants