mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: after wizard admin is redirected to the guide page (#26696)
After the wizard is completed, the admin should be redirected to the admin guide topic. Also tooltip from "Getting started" button was removed.
This commit is contained in:
committed by
GitHub
parent
ada3588860
commit
e1d9fd479f
@@ -245,9 +245,6 @@
|
||||
},
|
||||
"suggested_topics": {
|
||||
"type": "integer"
|
||||
},
|
||||
"admin_guide": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -255,8 +252,7 @@
|
||||
"topic_timeline",
|
||||
"post_menu",
|
||||
"topic_notification_levels",
|
||||
"suggested_topics",
|
||||
"admin_guide"
|
||||
"suggested_topics"
|
||||
]
|
||||
},
|
||||
"groups": {
|
||||
|
||||
Reference in New Issue
Block a user