mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #01189
[Bug 624803] Re: Navigation blocktype: No collections "Create One" link broken
Fixed on 2010-08-17 in commit b07b9d0f92
** Changed in: mahara
Status: New => Fix Committed
** Changed in: mahara
Assignee: (unassigned) => Richard Mansfield (richard-mansfield)
** Changed in: mahara
Milestone: None => 1.3.0
--
Navigation blocktype: No collections "Create One" link broken
https://bugs.launchpad.net/bugs/624803
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Fix Committed
Bug description:
Using Mahara 1.3 Beta 4:
When you drag a navigation block into a view and you have no available collections, the link provided to "create one" is broken.
File:
/blocktype/navigation/lang/en.utf8/blocktype.navigation.php
line 34: $string['nocollections'] = 'No collections. <a href="%scollection/create.php">Create one</a>.';
should be: $string['nocollections'] = 'No collections. <a href="/collection/edit.php?new=1">Create one</a>.';
References