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

Testrun executions one click bug report #1864

Conversation

asankov
Copy link
Member

@asankov asankov commented Aug 23, 2020

on top of #1842 because a lot of stuff are reused

tested with local Kiwi TCMS tracker

@asankov asankov self-assigned this Aug 23, 2020
@asankov asankov marked this pull request as draft August 23, 2020 11:40
Copy link
Member

@atodorov atodorov left a comment

Choose a reason for hiding this comment

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

Rebase and leave only the last commits

@asankov
Copy link
Member Author

asankov commented Aug 24, 2020

no need to rebase now. will do it once #1842 is merged

@asankov asankov force-pushed the testrun-executions-one-click-bug branch from 00e05e3 to 570c56e Compare August 27, 2020 10:50
@asankov asankov changed the title WIP: Testrun executions one click bug report Testrun executions one click bug report Aug 27, 2020
@asankov asankov marked this pull request as ready for review August 27, 2020 10:51
tcms/testruns/static/testruns/js/get.js Outdated Show resolved Hide resolved
tcms/testruns/templates/testruns/get.html Outdated Show resolved Hide resolved
via one-click to new Test Run page
@asankov asankov force-pushed the testrun-executions-one-click-bug branch from 570c56e to 0607c8d Compare August 29, 2020 12:50
// this handler must be here, because if we bind it when the page is loaded.
// we have no way of knowing for what execution ID the form is submitted for.
$('.one-click-bug-report-form').submit(() => {
const trackerId = $('.one-click-bug-report-form #id-issue-tracker').val()
Copy link
Member

Choose a reason for hiding this comment

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

this selector is overqualified. If you have an ID that's enough to select.

@atodorov atodorov merged commit 079af18 into kiwitcms:refactor_testrun_ui Aug 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants