← Back to team overview

mahara-contributors team mailing list archive

[Bug 624803] [NEW] Navigation blocktype: No collections "Create One" link broken

 

Public bug reported:

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>.';

** Affects: mahara
     Importance: Undecided
         Status: New

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

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>.';





Follow ups

References