mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #58037
[Bug 1871018] A change has been merged
Reviewed: https://reviews.mahara.org/10881
Committed: https://git.mahara.org/mahara/mahara/commit/b1d8a0e6337ab05903b84b1d708ad6d52d4750c9
Submitter: Cecilia Vela Gurovic (ceciliavg@xxxxxxxxxxxxxxx)
Branch: 19.04_STABLE
commit b1d8a0e6337ab05903b84b1d708ad6d52d4750c9
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
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 <robertl@xxxxxxxxxxxxxxx>
(cherry picked from commit c57fe9bdf1ec3f231926d03db3a8667aee6446d1)
(cherry picked from commit 3cb6ea75cb4bfca32d55d6d64c08b299d299044c)
--
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
References