Artefact blocktype help problem

Bug #726197 reported by Gregor Anželj
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mahara
Invalid
Low
Unassigned

Bug Description

I want to extend htdocs/artefact/file/blocktype/gallery blocktype to include showing the external gallery (Picasa, Flickr, etc.) in Mahara view.

In the "instance_config_form" I defined a textarea, called "external", like:

'external' => array(
    ...
    'type' => 'textarea',
    'rows' => 5,
    'cols' => 80,
    ...
    'help' => true,
),

I also want to show the help icon next to textarea. Everything seems to work OK, except the help is not showing.

After investigating this, I discovered, that the help is shown, if the file is in the following location:

htdocs/blocktype/gallery/lang/en.utf8/help/forms/instconf.external.html

I believe, it should be in:

htdocs/artefact/file/blocktype/gallery/lang/en.utf8/help/forms/instconf.external.html

Can you please fix that?

description: updated
Changed in mahara:
status: New → Triaged
importance: Undecided → Low
Revision history for this message
Robert Lyon (robertl-9) wrote :

The help file resides in htdocs/artefact/file/blocktype/gallery/lang/en.utf8/help/forms/instconf.external.html since v1.5 so i believe this issue was resolved ages ago

Changed in mahara:
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.