Hi everyone,
I need to display the complete name (Firstname and Lastname) in place to put(...).
see the image.
Thanks
Hi everyone,
I need to display the complete name (Firstname and Lastname) in place to put(...).
see the image.
Thanks
Hello akram zouggari,
Can you please provide more details ?
like which version and flavor you are using ? And on which view you wants to see the full name in place of ... ?
Thanks
Prashant
Hello akram zouggari,
You need to copy the record-detail.hbs file from the clients/base/fields/fullname/record-detail.hbs to custom/modules/base/clients/fields/fullname/record-detail.hbs .
And change the first line class from record-cell to ellipsis_inline .
FROM
<span class="record-cell" data-name="{{name}}" data-type="{{type}}">
TO
<span class="ellipsis_inline" data-name="{{name}}" data-type="{{type}}">
Thanks
Hello akram zouggari,
You need to copy the record-detail.hbs file from the clients/base/fields/fullname/record-detail.hbs to custom/modules/base/clients/fields/fullname/record-detail.hbs .
And change the first line class from record-cell to ellipsis_inline .
FROM
<span class="record-cell" data-name="{{name}}" data-type="{{type}}">
TO
<span class="ellipsis_inline" data-name="{{name}}" data-type="{{type}}">
Thanks