0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core
Rishabh Garg 3b90b1f335
Moved launchComplete user setting as global editor setting (#13703)
refs https://github.com/TryGhost/Team/issues/807

The launch wizard completed flag was previously stored at per user level in accessibility column of user table, so an administrator still got the option to complete the launch wizard even if the owner had completed it previously, which is not expected pattern. This change moves the launch complete flag for Admin to common settings from per user level so a site only needs to complete the launch wizard once irrespective of which user completes it

- adds new `editor_is_launch_complete` setting to track if a site launch steps are completed in Admin
- adds new migration util to easily allow adding new setting 
- adds migration to introduce new `editor_is_launch_complete` setting
- adds migration to update launch complete flag for a site if any of the users have already completed the launch steps
2021-11-04 18:03:51 +05:30
..
client@d2ffe6f148 Updated Admin to v4.21.0 2021-10-29 16:00:28 +01:00
frontend Initial card asset service implementation 2021-11-04 11:34:40 +00:00
server Moved launchComplete user setting as global editor setting (#13703) 2021-11-04 18:03:51 +05:30
shared Added "mediaAPI" labs flag 2021-11-04 10:48:53 +04:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Initial card asset service implementation 2021-11-04 11:34:40 +00:00
bridge.js Initial card asset service implementation 2021-11-04 11:34:40 +00:00