Skip to content

Commit

Permalink
users: Add advisory_information in JobSeekerProfile admin
Browse files Browse the repository at this point in the history
  • Loading branch information
tonial committed Jan 23, 2025
1 parent c53c7b3 commit 2bb5e83
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion itou/gps/models.py
Original file line number Diff line number Diff line change
@@ -159,4 +159,4 @@ class Meta:
verbose_name_plural = "conseillers FT"

def __str__(self):
return f"{self.name} ({self.jobseeker_profile})"
return f"{self.name} ({self.email})"
2 changes: 2 additions & 0 deletions itou/users/admin.py
Original file line number Diff line number Diff line change
@@ -789,6 +789,7 @@ class Media:
"pe_last_certification_attempt_at",
"is_pe_certified",
"disabled_notifications",
"advisor_information",
)
show_full_result_count = False

@@ -808,6 +809,7 @@ class Media:
"pole_emploi_id",
"lack_of_pole_emploi_id_reason",
"pole_emploi_since",
"advisor_information",
"unemployed_since",
"resourceless",
"rqth_employee",

0 comments on commit 2bb5e83

Please sign in to comment.