Ghost/ghost/core/test/unit
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
..
api/canary Implemented duplicate post functionality (#16767) 2023-05-15 09:30:32 +01:00
frontend 🐛 Fixed trailing slash and space in HTML metadata elements (#16778) 2023-05-17 08:51:32 +02:00
server 🐛 Fixed issue where single letter product slugs cause 500 error (#16821) 2023-05-18 09:38:30 +01:00
shared Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00