Merge Request #44

Merged
softwarepublico/colab!44
Created by Carolina

Fixing links

Assignee: None
Milestone: None

Merged by Sergio Oliveira

Source branch has been removed
Commits (2)
2 participants
colab/proxy/noosfero/apps.py
@@ -15,7 +15,7 @@ class ProxyNoosferoAppConfig(ColabProxiedAppConfig): @@ -15,7 +15,7 @@ class ProxyNoosferoAppConfig(ColabProxiedAppConfig):
15 (_('Communities'), 'search/communities'), 15 (_('Communities'), 'search/communities'),
16 ), 16 ),
17 'auth_links': ( 17 'auth_links': (
18 - (_('Profile'), 'profile'),  
19 - (_('Control panel'), 'myprofile'), 18 + (_('Profile'), 'profile/~/'),
1
  • 9fe63c7bd60deeb55e409a1d7dd173f5?s=40&d=identicon
    Sergio Oliveira @seocam

    Noosfero will implement a profile/~/ and myprofile/~/ that solves this in a much simpler way.

    Having variables in menus seems pretty interesting though. In that case I would prefer to use templates and allow the user to really customize it.

    Choose File ...   File name...
    Cancel
  19 + (_('Control panel'), 'myprofile/~/'),
20 ), 20 ),
21 } 21 }
    9fe63c7bd60deeb55e409a1d7dd173f5?s=40&d=identicon
    Sergio Oliveira started a discussion on the outdated diff
    last updated by Sergio Oliveira
    colab/proxy/noosfero/apps.py
    15 15 (_('Communities'), 'search/communities'),
    16 16 ),
    17 17 'auth_links': (
    18   - (_('Profile'), 'profile'),
    19   - (_('Control panel'), 'myprofile'),
      18 + (_('Profile'), 'profile/{0}'),
    1
    • 9fe63c7bd60deeb55e409a1d7dd173f5?s=40&d=identicon
      Sergio Oliveira @seocam

      Noosfero will implement a profile/~/ and myprofile/~/ that solves this in a much simpler way.

      Having variables in menus seems pretty interesting though. In that case I would prefer to use templates and allow the user to really customize it.

      Choose File ...   File name...
      Cancel