Browse Source

Merge pull request #2067 from visuddhinanda/agile

开放课程邀请后允许接受
visuddhinanda 2 years ago
parent
commit
9a67c696ec
1 changed files with 8 additions and 0 deletions
  1. 8 0
      dashboard/src/components/course/RolePower.ts

+ 8 - 0
dashboard/src/components/course/RolePower.ts

@@ -233,6 +233,14 @@ const studentData: IAction[] = [
     duration: ["join"],
     duration: ["join"],
     after: [],
     after: [],
   },
   },
+  {
+    mode: ["open"],
+    status: "invited",
+    signUp: ["agree", "disagree"],
+    before: ["agree", "disagree"],
+    duration: [],
+    after: [],
+  },
   {
   {
     mode: ["manual", "invite"],
     mode: ["manual", "invite"],
     status: "none",
     status: "none",