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

[FC-120761][FE]:adding sla timer fields in fw-field-editor #911

Merged
merged 9 commits into from
Apr 5, 2024

Conversation

Elayaraman
Copy link
Collaborator

@Elayaraman Elayaraman commented Mar 14, 2024

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My commits have standard messages as mentioned in Contributing Guidelines

How Has This Been Tested?

This change is made to add new toggle in conversation properies (status)
when we passing a feature flag from the FE
so it will be dynamic according to the value we are passing

image
image

@Elayaraman Elayaraman changed the title adding sla timer fields in fw-field-editor [FC-120761][FE]:adding sla timer fields in fw-field-editor Apr 2, 2024
'resolution_timer',
dataItem.choice_options.resolution_timer
)}
{dataItem?.choice_options?.pause_resolution_sla_timer !==
Copy link
Collaborator

Choose a reason for hiding this comment

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

@Elayaraman Shouldn't we be checking if isSlaEnabled is true here?

Copy link
Collaborator Author

@Elayaraman Elayaraman Apr 4, 2024

Choose a reason for hiding this comment

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

Yeah It should be
I have made the changes

@@ -1352,7 +1364,21 @@ export class FieldEditor {
></fw-input>
</div>
</span>
{toggle}
{isSlaEnabled &&
Copy link
Collaborator

Choose a reason for hiding this comment

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

@Elayaraman Do we need to have isSlaEnabled check here as this is for resolution_timer?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No need for it here
mistakenly added

@prasanna-vijayan prasanna-vijayan merged commit dbca1b0 into next Apr 5, 2024
1 check passed
@prasanna-vijayan prasanna-vijayan deleted the pause-sla-timer branch April 5, 2024 12:54
@Elayaraman Elayaraman restored the pause-sla-timer branch June 12, 2024 06:12
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.

3 participants