← Back to team overview

mahara-contributors team mailing list archive

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

 

This is a regression

and here is a fix
https://reviews.mahara.org/#/c/2611/

It adds back some missing js but in the new jquery way

** Changed in: mahara
       Status: New => Confirmed

** Changed in: mahara
   Importance: Undecided => High

** Changed in: mahara
     Assignee: (unassigned) => Robert Lyon (robertl-9)

** Changed in: mahara
       Status: Confirmed => In Progress

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