-
Notifications
You must be signed in to change notification settings - Fork 196
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
[TOS-992 / 989] fix: Do not Allow deletion of uploads when used in Test Plans and add Test Plan Name to popup. #289
base: dev
Are you sure you want to change the base?
Conversation
}, | ||
error=>{console.log(error)} | ||
) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Raksha-testsigma Just correct the indentation of the brackets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
} | ||
} | ||
} | ||
private openLinkedTestCasesDialog(list) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Raksha-testsigma Needs a little formatting. In some cases, there is no line gap between two functions. In some other cases, there are quite a few. Use uniform line gaps
<div | ||
*cdkVirtualFor="let linkedEntity of modalData.linkedEntityList ; let index=index; let first=first" | ||
[class.border-separator-t-1]="first" | ||
class="list-view md-pm green-highlight"> | ||
<div (click)="openLinkedEntity(linkedEntity.testPlanId)" class="ts-col-100 pointer d-flex" target="_blank"> | ||
<div class="text-truncate"> | ||
|
||
<div class="text-truncate w-235"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Raksha-testsigma Same as in previous comment. Why the extra line gap here?
Jira Tickets
https://testsigma.atlassian.net/browse/TOS-989
https://testsigma.atlassian.net/browse/TOS-992
Description