Skip to content

Commit

Permalink
fix(telecom.sms): use a new systemid format for smpp (#9709)
Browse files Browse the repository at this point in the history
ref: MANAGER-11994

Signed-off-by: mdouchement <[email protected]>
  • Loading branch information
mdouchement authored Aug 11, 2023
1 parent 544ea62 commit d04ae0c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
data-term="{{ 'sms_component_smppSettings_label_systemId' | translate }}"
>
<oui-tile-description>
<oui-clipboard data-model="$ctrl.serviceName"></oui-clipboard>
<oui-clipboard
data-model="$ctrl.smppSettings.systemID"
></oui-clipboard>
</oui-tile-description>
</oui-tile-definition>
<oui-tile-definition
Expand Down

0 comments on commit d04ae0c

Please sign in to comment.