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

Hotfix/aut 2673/inline figure img to November release #459

Merged
merged 8 commits into from
Dec 12, 2022

Conversation

bziondik
Copy link
Contributor

@bziondik bziondik commented Dec 8, 2022

@bziondik bziondik changed the title Hotfix/aut 2673/inline figure img 2 Hotfix/aut 2673/inline figure img to November release Dec 8, 2022
'use strict';

const CreatorImg = _.clone(Renderer);

CreatorImg.render = function render(img, options) {
const $container = Renderer.getContainer(img);
if ($container.parent('figure').length) {
if ($container.parent('figure').length || $container.parent('span').length && $container.parent('span').data('figure')) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discrepancy with original PR is this expected?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here backport for 2 PRs, this changes from second #457

Copy link
Contributor

@Silvia-loza Silvia-loza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing bundles

@bziondik bziondik requested a review from Silvia-loza December 9, 2022 11:41
Copy link
Contributor

@Silvia-loza Silvia-loza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
All changes present, only missing bundles in TO DO once rest completed.

Copy link
Contributor

@Karol-Stelmaczonek Karol-Stelmaczonek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • New code is covered by tests (if applicable)
  • Tests are running successfully (old and new ones) on my local machine (if applicable)
  • New code is respecting code style rules
  • New code is respecting best practices
  • New code is not subject to concurrency issues (if applicable)
  • Feature is working correctly on my local machine (if applicable)
  • Acceptance criteria are respected
  • Pull request title and description are meaningful

@bziondik bziondik merged commit 6c2a512 into release-12.32.5 Dec 12, 2022
@bziondik bziondik deleted the hotfix/AUT-2673/inline-figure-img-2 branch December 12, 2022 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants