Ver Fonte

Merge pull request #2067 from visuddhinanda/agile

开放课程邀请后允许接受
visuddhinanda há 1 ano atrás
pai
commit
9a67c696ec
1 ficheiros alterados com 8 adições e 0 exclusões
  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"],
     after: [],
   },
+  {
+    mode: ["open"],
+    status: "invited",
+    signUp: ["agree", "disagree"],
+    before: ["agree", "disagree"],
+    duration: [],
+    after: [],
+  },
   {
     mode: ["manual", "invite"],
     status: "none",