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

[FIX] Double output of message actions #11902

Merged
merged 2 commits into from
Sep 19, 2018
Merged

Conversation

timkinnane
Copy link
Contributor

@timkinnane timkinnane commented Aug 30, 2018

Actions markup is output twice, in immediate succession:

{{#if actions}}
<div class="actions-container">
{{#each actions}}
{{> messageAction}}
{{/each}}
</div>
{{/if}}
{{#each actions}}
{{> messageAction}}
{{/each}}

@ubarsaiyan and @ggazzo - Please review and get this merged asap. Did no one even look at this feature before it got merged?

Actions markup is output twice, in immediate succession: 
https://github.com/RocketChat/Rocket.Chat/blob/135c6f8e1bb204cd7b07682dec8e189144fe3871/packages/rocketchat-message-attachments/client/messageAttachment.html#L152-L158

@ubarsaiyan and @ggazzo - Please review and get this merged asap. Did no one even look at this feature before it went in release?
@timkinnane timkinnane requested a review from ggazzo August 30, 2018 06:05
@engelgabriel engelgabriel temporarily deployed to rocket-chat-pr-11902 August 30, 2018 06:05 Inactive
@ubarsaiyan
Copy link
Contributor

ubarsaiyan commented Aug 30, 2018

@timkinnane I noticed it when it was deployed and sent a PR asap but got no response. #11853

@timkinnane
Copy link
Contributor Author

Right. Thanks @ubarsaiyan I searched issues for "actions" but not buttons. Better to be specific, there's a lot of buttons in Rocket.Chat.

@ubarsaiyan
Copy link
Contributor

@timkinnane Sorry, I thought this would be merged quickly so didn't give much thought in the title. I will keep this is in mind from now onwards. :)

@timkinnane
Copy link
Contributor Author

@ubarsaiyan was your PR merged? Can I close this?

@ggazzo ggazzo added the ui/ux label Sep 10, 2018
@ggazzo ggazzo added this to the 0.70.0 milestone Sep 10, 2018
@ggazzo ggazzo merged commit e8dc9c3 into develop Sep 19, 2018
@ggazzo ggazzo deleted the timkinnane-actions-patch branch September 19, 2018 20:13
This was referenced Sep 28, 2018
Kishn0109 pushed a commit to Kishn0109/Rocket.Chat that referenced this pull request May 26, 2023
Actions markup is output twice, in immediate succession: 
https://github.com/RocketChat/Rocket.Chat/blob/135c6f8e1bb204cd7b07682dec8e189144fe3871/packages/rocketchat-message-attachments/client/messageAttachment.html#L152-L158

@ubarsaiyan and @ggazzo - Please review and get this merged asap. Did no one even look at this feature before it went in release?
janainaCoelhoRocketchat pushed a commit that referenced this pull request Aug 18, 2023
Actions markup is output twice, in immediate succession: 
https://github.com/RocketChat/Rocket.Chat/blob/135c6f8e1bb204cd7b07682dec8e189144fe3871/packages/rocketchat-message-attachments/client/messageAttachment.html#L152-L158

@ubarsaiyan and @ggazzo - Please review and get this merged asap. Did no one even look at this feature before it went in release?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants