Ghost/apps/admin-x-settings/test
Sag 6e68c43f78
Added uniqueness validation for the recommendation URL (#18163)
closes https://github.com/TryGhost/Product/issues/3818

- in Admin, when adding a recommendation, the URL is compared against all existing ones. If the URL is already recommended, the publisher is shown an error: "A recommendation with this URL already exists.". Protocol, www, query parameters and hash fragments are ignored during the URL comparison.
- on the backend, there is another uniqueness validation for the recommendation URL. This check is redundant when adding a recommendation from Admin, but helps to keep data integrity when recommendations are added through other paths (e.g. via the API)
2023-09-15 13:14:47 +00:00
..
e2e Fixed AdminX user details modal behaviour (#18153) 2023-09-15 08:50:09 +01:00
unit/utils Added uniqueness validation for the recommendation URL (#18163) 2023-09-15 13:14:47 +00:00
utils Fixed bugs in AdminX portal and theme settings (#18099) 2023-09-13 07:10:33 +00:00