~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/person.py

  • Committer: Jelmer Vernooij
  • Date: 2011-09-21 14:28:02 UTC
  • mfrom: (14006 devel)
  • mto: This revision was merged to the branch mainline in revision 14010.
  • Revision ID: jelmer@canonical.com-20110921142802-7ggkc204igsy532w
MergeĀ lp:launchpad

Show diffs side-by-side

added added

removed removed

Lines of Context:
1868
1868
    in a single table.
1869
1869
    """
1870
1870
 
 
1871
    page_title = 'Blueprint workload'
 
1872
 
1871
1873
    class PersonSpec:
1872
1874
        """One record from the workload list."""
1873
1875
 
5085
5087
        return 'Projects for which %s is an answer contact' % (
5086
5088
            self.context.displayname)
5087
5089
 
 
5090
    page_title = label
 
5091
 
5088
5092
    @cachedproperty
5089
5093
    def direct_question_targets(self):
5090
5094
        """List of targets that the IPerson is a direct answer contact.
5920
5924
        return throttle_date + interval
5921
5925
 
5922
5926
    @property
5923
 
    def specific_contact_title_text(self):
 
5927
    def page_title(self):
5924
5928
        """Return the appropriate pagetitle."""
5925
5929
        if self.context.is_team:
5926
5930
            if self.user.inTeam(self.context):