mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #04698
[Bug 796380] A change has been merged
Reviewed: https://reviews.mahara.org/310
Committed: http://gitorious.org/mahara/mahara/commit/d99c042b1d31dbc3da9c3770b039dee64761649d
Submitter: Francois Marier (francois@xxxxxxxxxxxxxxx)
Branch: master
commit d99c042b1d31dbc3da9c3770b039dee64761649d
Author: Hugh Davenport <hugh@xxxxxxxxxxxxxxx>
Date: Mon Jun 13 11:52:42 2011 +1200
Fix pieform help on blocktypes within artefacts
Bug #796380
Change-Id: I79d897fd8f5588213f1b9f6e57fee8929068a53a
Signed-off-by: Hugh Davenport <hugh@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/796380
Title:
pieform contextual help doesn't work as expected for blocktypes within
artefacts
Status in Mahara ePortfolio:
In Progress
Bug description:
For example, if I had an artefact foo, and blocktype bar inside it, the directory structure would be
htdocs/artefact/foo/blocktype/bar
If i had a pieform with the instance_config_form, with an element as follows
array('title' => 'foobarbam', 'type' => 'textarea', 'help' => true)
When I click on the help button, I would expect the following file to be opened
htdocs/artefact/foo/blocktype/bar/lang/en.utf8/help/forms/instconf.foobarbam.html
instead, mahara tries and fails to open
htdocs/blocktype/bar/lang/en.utf8/help/forms/instconf.foobarbam.html
Fix to follow.
Cheers,
Hugh
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/796380/+subscriptions
References