mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #50445
[Bug 1775722] Re: obsolete code in page custom layout settings
** Changed in: mahara
Status: Fix Committed => Fix Released
--
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/1775722
Title:
obsolete code in page custom layout settings
Status in Mahara:
Fix Released
Bug description:
in js/customlayout.js line 225 we have
$('#togglecustomlayoutoptions').hide();
the element '#togglecustomlayoutoptions' used to contain the "Create custom layout" section in page edit screen, so it could be hidden by clicking on the section title.
The "Create custom layout" is not hidden anymore, and the element '#togglecustomlayoutoptions' was removed from the html.
The call to $('#togglecustomlayoutoptions').hide() should be removed
and also check what other code is not used anymore.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1775722/+subscriptions
References