Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make attachments widget into includable html template #1124

Closed
atodorov opened this issue Sep 15, 2019 · 0 comments
Closed

Make attachments widget into includable html template #1124

atodorov opened this issue Sep 15, 2019 · 0 comments

Comments

@atodorov
Copy link
Member

atodorov commented Sep 15, 2019

$ grep Attachments * -R | grep -v node_modules | grep -v locale | grep Attachments
bugs/templates/bugs/get.html:                    {% trans 'Attachments' %}
templates/case/get_details_case_run.html:								Attachments
templates/plan/get.html:					<a href="#attachment" title="attachment">{% trans "Attachments" %} (<span id='attachment_count'>{% attachments_count test_plan %}</span>)</a>
testcases/templates/testcases/get.html:                    {% trans 'Attachments' %}

TP, TC and BUG use Patternfly cards, case/get_details_case_run.html is legacy but pretty much the same probably. Duplication needs to be removed, see templates/include/

@atodorov atodorov added this to the patternfly-migration milestone Jan 17, 2020
rsasov added a commit to rsasov/Kiwi that referenced this issue Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant