mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 20:50:19 +08:00
feat: add organization context select box for admin (#2013)
* feat: organization as context * feat: organization as context with backend filtration * Update app.conf * update app.conf and hide organization select for mobile. --------- Co-authored-by: dplynsky <dplynsky@ptsecurity.com> Co-authored-by: hsluoyz <hsluoyz@qq.com>
This commit is contained in:
@ -32,3 +32,8 @@ export const ThemeDefault = {
|
||||
};
|
||||
|
||||
export const CustomFooter = null;
|
||||
|
||||
export const DefaultOrganization = "All"; // i18next.t("organization:All")
|
||||
|
||||
export const StorageOrganizationChangedEvent = "storageOrganizationChanged";
|
||||
export const StorageOrganizationsChangedEvent = "storageOrganizationsChanged";
|
||||
|
Reference in New Issue
Block a user