-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* remove new nexboard button in edit topic page * remove nexboard env feature flag * remove add nexboard button from render function
- Loading branch information
Showing
3 changed files
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ const { | |
FEATURE_JWT_EXTENDED_TIMEOUT_ENABLED, | ||
FEATURE_CONTACT_FORM_ATTACHMENTS_ENABLED, | ||
FEATURE_MINT_PAGES_ENABLED, | ||
FEATURE_NEXBOARD_ENABLED, | ||
SC_DEMO_USER_PASSWORD = 'Schulcloud1!', | ||
SC_DEMO_USER_NAME = '[email protected]', | ||
SC_SUPERHERO_USER_PASSWORD = 'Schulcloud1!', | ||
|
@@ -73,7 +72,6 @@ const exp = { | |
FEATURE_JWT_EXTENDED_TIMEOUT_ENABLED, | ||
FEATURE_CONTACT_FORM_ATTACHMENTS_ENABLED, | ||
FEATURE_MINT_PAGES_ENABLED, | ||
FEATURE_NEXBOARD_ENABLED, | ||
SC_DEMO_USER_PASSWORD, | ||
SC_DEMO_USER_NAME, | ||
SC_SUPERHERO_USER_PASSWORD, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters