Reviewed: https://reviews.mahara.org/10880 Committed: https://git.mahara.org/mahara/mahara/commit/3cb6ea75cb4bfca32d55d6d64c08b299d299044c Submitter: Cecilia Vela Gurovic ([email protected]) Branch: 19.10_STABLE
commit 3cb6ea75cb4bfca32d55d6d64c08b299d299044c Author: Robert Lyon <[email protected]> Date: Mon Apr 6 14:19:01 2020 +1200 Bug 1871018: Embedded image not connecting correctly When imported Leap2A page with text block containing an embedded image <img> tag with a src URL from another site Change-Id: Icfed626a69cbde20fa891f830745b893f29c6ad2 Signed-off-by: Robert Lyon <[email protected]> (cherry picked from commit c57fe9bdf1ec3f231926d03db3a8667aee6446d1) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1871018 Title: Importing page with embedded image not working in all cases Status in Mahara: Fix Committed Status in Mahara 18.10 series: Fix Committed Status in Mahara 19.04 series: Fix Committed Status in Mahara 19.10 series: Fix Committed Status in Mahara 20.04 series: Fix Committed Bug description: If I have - User A that has - A page, Page A, that has - A text block on it called Block A - And in that block some text and an embedded image (using tinymce image selector) And I export Page A Then I import it into User B I can see the newly created page has a copy of the embedded image in it. However if I go to another site and import it into User C the embedded image is not present in the page - It is present in the files area though - but just not hooked up to the text block. The reason for this is the creating of the text block from imported Leap2A want to match on the <img> tag containing the same url domain as the current site. When it needs to be more flexible that this To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1871018/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

