Skip to content

Commit

Permalink
adds enable-admin-delete-actor to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
invaliduser committed Sep 27, 2023
1 parent e67b61f commit 262a2f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/yetanalytics/lrs_admin_ui/db.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
(s/def ::notifications (s/every ::notification))

(s/def ::enable-statement-html boolean?)
(s/def ::enable-admin-delete-actor boolean?)

(s/def ::oidc-auth boolean?)
(s/def ::oidc-enable-local-admin boolean?)
Expand Down Expand Up @@ -151,6 +152,7 @@
::xapi-prefix
::notifications
::enable-statement-html
::enable-admin-delete-actor
::oidc-auth
::oidc-enable-local-admin
::enable-admin-status
Expand Down
1 change: 1 addition & 0 deletions src/com/yetanalytics/lrs_admin_ui/handlers.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
:credential nil}
::db/server-host (or server-host "")
::db/xapi-prefix "/xapi"
::db/enable-admin-delete-actor false
::db/enable-statement-html true
::db/notifications []
::db/oidc-auth false
Expand Down

0 comments on commit 262a2f7

Please sign in to comment.