← Back to team overview

mahara-contributors team mailing list archive

[Bug 1239881] A change has been merged

 

Reviewed:  https://reviews.mahara.org/2611
Committed: http://gitorious.org/mahara/mahara/commit/6de6468dbb3dc3d9c9e4f08bd4bd26a83e4bccc1
Submitter: Aaron Wells (aaronw@xxxxxxxxxxxxxxx)
Branch:    master

commit 6de6468dbb3dc3d9c9e4f08bd4bd26a83e4bccc1
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Tue Oct 15 13:44:06 2013 +1300

view/blocks.php showing wrong message when js enabled (bug 1239881)

the ajax off message was being displayed when js enabled causing
confusion about arrows message

Change-Id: I5f7606cbd73019f8229ab303e4ebeeb2f405bb26
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>

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

Title:
  view/block.php message is misleading

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When you go to edit a page you see the message:

  Select a block and choose where to add it to your page. You can
  position a block using the arrow buttons in its titlebar.

  This occurs if you have the 'Show controls to add and remove columns
  when editing a page' on or off but there are no arrow buttons in the
  block's title bar.

  Only add/remove column buttons if 'Show controls to add and remove
  columns when editing a page' is set

  I see in the blocktype/lib.php file under render_editing() there is 
                  if ($this->get('canmoveleft')) {
                      $movecontrols[] = array()
  etc

  So it looks like it is not working for some reason

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


References