Ghost/ghost/core/test/unit/server
Michael Barrett cde30eb469
🐛 Fixed issue where single letter product slugs cause 500 error (#16821)
refs https://github.com/TryGhost/Team/issues/3224

When a product has a slug that is a single letter, checking if a user
had access to view a post associated with that product would cause a 500
error. The underlying cause of this issue is
https://github.com/TryGhost/NQL/issues/20 This fix circumvents this
issue by providing a value that the nql lexer will not error out on
2023-05-18 09:38:30 +01:00
..
adapters Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
data Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
lib Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
models Added post_revisions to posts endpoint as an include option (#16648) 2023-04-17 13:46:27 +01:00
services 🐛 Fixed issue where single letter product slugs cause 500 error (#16821) 2023-05-18 09:38:30 +01:00
web Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
notify.test.js Fixed configUtils and adapter cache issues in E2E tests (#16167) 2023-01-30 14:06:20 +01:00
overrides.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00