mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #47738
[Bug 1760970] [NEW] Upgraded site doesn't rotate images
Public bug reported:
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".
** Affects: mahara
Importance: High
Assignee: Robert Lyon (robertl-9)
Status: Confirmed
** Affects: mahara/18.04
Importance: High
Assignee: Robert Lyon (robertl-9)
Status: Confirmed
** Affects: mahara/18.10
Importance: High
Assignee: Robert Lyon (robertl-9)
Status: Confirmed
** Also affects: mahara/18.04
Importance: Undecided
Status: New
** Also affects: mahara/18.10
Importance: Undecided
Status: New
** Changed in: mahara/18.10
Status: New => Confirmed
** Changed in: mahara/18.04
Status: New => Confirmed
** Changed in: mahara/18.10
Importance: Undecided => High
** Changed in: mahara/18.04
Importance: Undecided => High
** Changed in: mahara/18.10
Milestone: None => 18.10.0
** Changed in: mahara/18.04
Milestone: None => 18.04.0
** Changed in: mahara/18.04
Assignee: (unassigned) => Robert Lyon (robertl-9)
** Changed in: mahara/18.10
Assignee: (unassigned) => Robert Lyon (robertl-9)
--
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:
Confirmed
Status in Mahara 18.04 series:
Confirmed
Status in Mahara 18.10 series:
Confirmed
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
Follow ups