Conversation
1c49bec to
cd41b4a
Compare
cd41b4a to
9d11f41
Compare
IshuSF
requested changes
Oct 31, 2025
projects/workflows-creator/sourceloop-workflows-creator-1.0.0.tgz
Outdated
Show resolved
Hide resolved
projects/workflows-creator/src/lib/services/statement/actions/createjira.action.ts
Outdated
Show resolved
Hide resolved
projects/workflows-creator/src/lib/services/statement/inputs/jira-account-connect.input.ts
Outdated
Show resolved
Hide resolved
| : input.suffix) || '' | ||
| }} | ||
| <ng-container *ngIf="input.nextLine; else defaultInput"> | ||
| <div class="input-next-line"> |
There was a problem hiding this comment.
if we are adding if and else block only for adding input-next-line class, then can't we use something like
Author
There was a problem hiding this comment.
not just adding class, we are adding div with class here. to render inputs in multiline and second one all inputs in same line
samarpan-b
approved these changes
Nov 3, 2025
projects/workflows-creator/src/lib/services/bpmn/elements/tasks/create-jira-issue.task.ts
Outdated
Show resolved
Hide resolved
samarpan-b
requested changes
Nov 3, 2025
Collaborator
samarpan-b
left a comment
There was a problem hiding this comment.
need to be discussed and reviewed with @akshatdubeysf
9d11f41 to
b6ddc66
Compare
akshatdubeysf
approved these changes
Nov 4, 2025
b6ddc66 to
43073ed
Compare
43073ed to
916ee25
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Screen.Recording.2025-11-03.at.11.39.10.AM.mov
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: