← Back to team overview

mahara-contributors team mailing list archive

[Bug 1760970] Re: Upgraded site doesn't rotate images

 

** Changed in: mahara/18.04
       Status: Fix Committed => Fix Released

-- 
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/1760970

Title:
  Upgraded site doesn't rotate images

Status in Mahara:
  Fix Released
Status in Mahara 18.04 series:
  Fix Released
Status in Mahara 18.10 series:
  Fix Committed

Bug description:
  When you upgrade from 17.10 to 18.04RC2 / master, images that had been
  uploaded prior to the upgrade cannot be rotated.

  Robert tracked it down to the database in the table
  "artefact_file_image". There it says:

  orientation character varying(10) DEFAULT '0'::character varying,

  and

  CONSTRAINT artefileimag_ori_ck CHECK (orientation::text = ANY
  (ARRAY['0'::character varying

  when on a fresh install it says "bigint" instead of "character
  varying".

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1760970/+subscriptions


References