Skip to content

Commit

Permalink
Merge pull request #12404 from richard-cox/fix-project-description
Browse files Browse the repository at this point in the history
Fix for missing project/namespace description in project/namespace list
  • Loading branch information
richard-cox authored Oct 29, 2024
2 parents 1ed167d + 75df179 commit 78df731
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shell/models/management.cattle.io.project.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ export default class Project extends HybridModel {
});
}

get description() {
return this.spec?.description;
}

get doneOverride() {
return this.listLocation;
}
Expand Down

0 comments on commit 78df731

Please sign in to comment.