← Back to team overview

mahara-contributors team mailing list archive

[Bug 1239881] Re: view/block.php message is misleading

 

** Changed in: mahara
    Milestone: None => 1.8.0

-- 
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:
  New

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