Comment 4 for bug 1307760

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/3263
Committed: http://gitorious.org/mahara/mahara/commit/a4ba6cacf022fafa583cfdbb37773aed92641005
Submitter: Son Nguyen (<email address hidden>)
Branch: master

commit a4ba6cacf022fafa583cfdbb37773aed92641005
Author: Robert Lyon <email address hidden>
Date: Tue Apr 15 15:39:59 2014 +1200

Set default layout columns/widths hardcoded once (Bug #1307760)

And making sure that it exists in the db before using it.
This allows the fetching of the id of the default column widths to be
used in view layout page.

Also tidied up the js for the view layout page so it uses the value
from php rather than hardcoded string.

Also removed duplicate 'if (empty(self::$layoutcolumns)) { }'
statement from lib.view.php

Change-Id: Icf1b4292a256c5ff6d748c9e6046d6c71ea298b2
Signed-off-by: Robert Lyon <email address hidden>