-
Notifications
You must be signed in to change notification settings - Fork 62
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
Conversation
3539633
to
7b55e87
Compare
…sing the feature flag
…sing the feature flag
'resolution_timer', | ||
dataItem.choice_options.resolution_timer | ||
)} | ||
{dataItem?.choice_options?.pause_resolution_sla_timer !== |
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.
@Elayaraman Shouldn't we be checking if isSlaEnabled is true here?
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.
Yeah It should be
I have made the changes
@@ -1352,7 +1364,21 @@ export class FieldEditor { | |||
></fw-input> | |||
</div> | |||
</span> | |||
{toggle} | |||
{isSlaEnabled && |
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.
@Elayaraman Do we need to have isSlaEnabled check here as this is for resolution_timer?
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.
No need for it here
mistakenly added
Checklist:
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