From 75df179125a7e63e643e130608dfdf4a1f9ff63f Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Tue, 29 Oct 2024 15:18:52 +0000 Subject: [PATCH] Lo-bar fix for missing project namespace - better to change extend class to Steve instead (but more risky) --- shell/models/management.cattle.io.project.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell/models/management.cattle.io.project.js b/shell/models/management.cattle.io.project.js index 9782644c534..0c2f34cd8a4 100644 --- a/shell/models/management.cattle.io.project.js +++ b/shell/models/management.cattle.io.project.js @@ -62,6 +62,10 @@ export default class Project extends HybridModel { }); } + get description() { + return this.spec?.description; + } + get doneOverride() { return this.listLocation; }