mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #18845
[Bug 1296698] Re: Text box title duplicated and only one instance updated
I'd be quite happy to work on this issue if one of the core developers could just give me a bit of advice as to how best to proceed, e.g.
- Is there a legitimate reason for the data being stored in two places or was this an oversight?
- Does it need to be updated in both places too, or should it only be stored in one place to begin with?
Cheers,
Tony
--
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/1296698
Title:
Text box title duplicated and only one instance updated
Status in Mahara ePortfolio:
New
Bug description:
When a new text box is created, its original title goes into the
database in two places: artefact.title and block_instance.title.
However if the title is then edited, only block_instance.title gets
updated; artefact.title retains the original title.
This becomes an issue when the text box is viewed on its own, when
both titles are displayed (whereas in the page view only the updated
block_instance.title is displayed). The page owner is unable to update
the original title via the Mahara interface as it doesn't appear at
all when editing the block.
I think there are really two issues here: firstly that the title is
only updated in one place, but also that both titles are displayed
when the text box is viewed on its own. If the title has never been
edited, the same title is displayed twice, which is unnecessary.
This has been tested in Mahara 1.8.1 on Ubuntu 13.10 with a Postgres
database.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1296698/+subscriptions
References