Kunena / Kunena-Forum

Kunena Forum - Forum / Bulletin Board / Discussions component for Joomla - This is the 6.x/5.x main development branch. Please do not open issues regarding earlier versions of Kunena
https://www.kunena.org
GNU General Public License v3.0
1.75k stars 811 forks source link

Bug in Attachment Manager #9729

Closed rich20 closed 4 days ago

rich20 commented 2 months ago

Describe the bug https://www.kunena.org/forum/k-6-3-0-support/168551-huge-bug-in-attachment-manager Confirmed

To Reproduce

  1. Write a text and add an attachment into the message
  2. Remove this attachment via Attachment Manager

Result It removes the attachment together with the text and places the number 1 instead

System information

Desktop

RakhmetKotlin commented 2 months ago

Hi. This problem also occurs when you remove attachment via Kunena Backend.

Pinkeltje commented 2 months ago

Just my five cents, but I think at least message text isn't removed when changing line 1316 to $message_text = $attachment->removeBBCodeInMessage($editor_text); Problem remains that bbcode isn't removed. 2024-09-04 Screenshot 570 2024-09-04 Screenshot 571

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 30 days with no activity.

xillibit commented 1 month ago

Result It removes the attachment together with the text and places the number 1 instead

Fixed in : https://github.com/Kunena/Kunena-Forum/commit/27825ec0cd82718707292ea2542c554dec51939e

github-actions[bot] commented 4 days ago

This issue is stale because it has been open 30 days with no activity.

rich20 commented 4 days ago

Is already solved.