Go to file
Alan Guo Xiang Tan 167bc8cee9
FIX: Ensure that custom header links migration do not fail validation (#55)
This commit is a follow up to 73747938bd
where the migration will fail because the objects created by the
migration will end up failing to save because the objects will fail the
validation given the new schema. This commit updates the migration to
ensure that we do not end up with invalid objects.
2024-04-26 12:57:46 +08:00
.github/workflows DEV: Update CI workflows (#28) 2023-01-10 19:07:39 +00:00
common UX: fix compatibility with discourse-header-search (#35) 2023-08-15 17:55:02 -04:00
javascripts/discourse DEV: Migrate custom header links to new objects setting type (#53) 2024-04-23 11:50:20 +08:00
locales DEV: Migrate custom header links to new objects setting type (#53) 2024-04-23 11:50:20 +08:00
migrations/settings FIX: Ensure that custom header links migration do not fail validation (#55) 2024-04-26 12:57:46 +08:00
spec/system FIX: Ensure that custom header links migration do not fail validation (#55) 2024-04-26 12:57:46 +08:00
test/unit/migrations/settings FIX: Ensure that custom header links migration do not fail validation (#55) 2024-04-26 12:57:46 +08:00
.discourse-compatibility DEV: Migrate custom header links to new objects setting type (#53) 2024-04-23 11:50:20 +08:00
.eslintrc.cjs DEV: Update linting (#43) 2023-11-29 23:05:02 +01:00
.gitignore DEV: Add CI setup (#23) 2022-06-18 01:33:51 +02:00
.prettierrc.cjs DEV: Update linting (#43) 2023-11-29 23:05:02 +01:00
.template-lintrc.cjs DEV: Update linting (#43) 2023-11-29 23:05:02 +01:00
LICENSE Initial commit 2018-06-24 14:53:19 +08:00
README.md Update README.md 2021-10-25 12:22:40 +11:00
about.json DEV: Add CI setup (#23) 2022-06-18 01:33:51 +02:00
package.json DEV: Update linting (#51) 2024-03-27 16:51:41 +00:00
settings.yml FIX: Ensure that custom header links migration do not fail validation (#55) 2024-04-26 12:57:46 +08:00
yarn.lock DEV: Update linting (#51) 2024-03-27 16:51:41 +00:00

README.md

discourse-custom-header-links

See: https://meta.discourse.org/t/custom-header-links/90588