contact hyperlink issue fixed#31745
Conversation
6fcecca to
4e1041c
Compare
Signed-off-by: Gnana sekar <gnanasekar@isoaccess.net> Signed-off-by: Gnana Sekar <developersekar1992@gmail.com>
4e1041c to
6867bcf
Compare
szaimen
left a comment
There was a problem hiding this comment.
Works! Thanks for fixing this :)
Pytal
left a comment
There was a problem hiding this comment.
Could we handle the case when contact.topAction is not defined?
|
|
@devsekar-1992 from line 30 of https://github.com/devsekar-1992/server/blob/contact-popover-issue/core/src/OC/contactsmenu/contact.handlebars something like the below should work |
Ok I will do |
Signed-off-by: Gnana Sekar <developersekar1992@gmail.com>
| <a class="body" href="{{contact.topAction.hyperlink}}"> | ||
| <div class="full-name">{{contact.fullName}}</div> | ||
| <div class="last-message">{{contact.lastMessage}}</div> | ||
| <div class="email-address">{{contact.emailAddresses}}</div> | ||
| </a> | ||
| <a class="top-action" href="{{contact.topAction.hyperlink}}" title="{{contact.topAction.title}}"> | ||
| <img src="{{contact.topAction.icon}}" alt="{{contact.topAction.title}}"> | ||
| </a> |
There was a problem hiding this comment.
| <a class="body" href="{{contact.topAction.hyperlink}}"> | |
| <div class="full-name">{{contact.fullName}}</div> | |
| <div class="last-message">{{contact.lastMessage}}</div> | |
| <div class="email-address">{{contact.emailAddresses}}</div> | |
| </a> | |
| <a class="top-action" href="{{contact.topAction.hyperlink}}" title="{{contact.topAction.title}}"> | |
| <img src="{{contact.topAction.icon}}" alt="{{contact.topAction.title}}"> | |
| </a> | |
| <a class="body" href="{{contact.topAction.hyperlink}}"> | |
| <div class="full-name">{{contact.fullName}}</div> | |
| <div class="last-message">{{contact.lastMessage}}</div> | |
| <div class="email-address">{{contact.emailAddresses}}</div> | |
| </a> | |
| <a class="top-action" href="{{contact.topAction.hyperlink}}" title="{{contact.topAction.title}}"> | |
| <img src="{{contact.topAction.icon}}" alt="{{contact.topAction.title}}"> | |
| </a> |
Indentation fix
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
devsekar-1992
left a comment
There was a problem hiding this comment.
Thanks for indent
|
/compile amend / |
|
@devsekar-1992 could you please fix dco, rebase your branch on top of master and compile and commit the js? Thank you! :) |
Signed-off-by: Petre Tudor <petre.tudor@dorkfar.com> Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Gnana Sekar <developersekar1992@gmail.com>
Signed-off-by: Gnana sekar <gnanasekar@isoaccess.net> Signed-off-by: Gnana Sekar <developersekar1992@gmail.com>
Signed-off-by: Gnana Sekar <developersekar1992@gmail.com>
Signed-off-by: Gnana Sekar <developersekar1992@gmail.com>
Signed-off-by: Gnana Sekar <developersekar1992@gmail.com>
I did dco but still showing error |
How to fix it:To add your Signed-off-by line to every commit in this branch: Ensure you have a local copy of your branch by checking out the pull request locally via command line. |
After rebase and push ,shows everything up-to-date |
|
Superseded by #31824 |


I fixed the issue for this open issue #24807