Jamie Wilson
19a0bdc0ee
FIX: Link to category settings should use slug
...
Links to category settings were created using the category name. If the name was a single word, the link would be valid (regardless of capitalization).
For example, if the category was named `Awesome`
`/c/Awesome/edit/settings`
is a valid URL as that is a case-insensitive match for the category slug of `awesome`.
However, if the category had a space in it, the URL would be
`/c/Awesome%20Name/edit/settings`
which does not match the slug of `awesome-name`.
This change uses the category slug, rather than the name, which is the expected behaviour (see `Category.find_by_slug_path`).
2023-01-06 08:42:26 +08:00
..
2022-12-23 11:45:29 +08:00
2021-05-19 16:15:24 +10:00
2020-12-08 11:55:49 -08:00
2019-05-13 09:31:32 +08:00
2022-12-19 19:36:03 +02:00
2019-07-02 11:53:16 +10:00
2021-02-12 11:38:50 -05:00
2022-12-28 16:07:06 +08:00
2021-02-08 10:04:33 +00:00
2019-10-02 14:01:53 +10:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2020-08-18 15:12:04 -03:00
2020-07-16 15:51:24 -03:00
2021-06-04 09:14:49 +08:00
2019-05-13 09:31:32 +08:00
2021-12-09 12:30:27 +00:00
2021-03-25 13:23:48 +00:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2021-03-17 08:55:23 +03:00
2019-05-13 09:31:32 +08:00
2022-10-07 11:00:44 -04:00
2019-05-13 09:31:32 +08:00
2020-09-16 14:58:52 -04:00
2019-05-13 09:31:32 +08:00
2020-03-24 11:12:52 +02:00
2022-07-28 11:16:33 +03:00
2022-07-28 11:16:33 +03:00
2022-10-05 12:30:02 +03:00
2022-07-28 11:16:33 +03:00
2019-05-13 09:31:32 +08:00
2019-12-03 18:37:01 +11:00
2022-06-14 15:39:56 +08:00
2022-10-26 16:41:31 +04:00
2021-04-06 11:13:06 -04:00
2021-10-05 12:12:31 -06:00
2020-08-10 09:49:05 -05:00
2021-03-30 11:42:26 -04:00
2022-04-21 18:18:35 +01:00
2022-04-08 13:46:20 +08:00
2019-05-13 09:31:32 +08:00
2019-08-12 11:02:38 +01:00
2020-08-28 10:36:52 -04:00
2020-08-28 10:36:52 -04:00
2022-12-05 18:25:30 +02:00
2022-12-23 11:45:29 +08:00
2020-02-05 15:23:39 -05:00
2022-10-27 11:26:14 +08:00
2021-06-22 13:00:04 -05:00
2021-06-23 14:55:17 -05:00
2019-05-13 09:31:32 +08:00
2020-03-23 11:30:40 +00:00
2021-06-22 13:00:04 -05:00
2022-08-03 08:11:54 +10:00
2019-07-30 15:05:08 -04:00
2020-07-27 10:23:54 +10:00
2019-05-13 09:31:32 +08:00
2020-12-09 15:40:40 -05:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2020-07-27 10:23:54 +10:00
2021-07-08 10:46:21 +03:00
2022-08-09 14:54:33 +04:00
2022-08-09 14:54:33 +04:00
2019-05-13 09:31:32 +08:00
2020-12-11 11:52:03 -05:00
2021-04-22 15:00:23 -07:00
2019-05-13 09:31:32 +08:00
2022-02-07 13:52:01 +10:00
2022-12-14 13:18:09 +04:00
2019-05-13 09:31:32 +08:00
2019-07-02 11:22:01 +10:00
2019-05-13 09:31:32 +08:00
2020-04-30 16:48:53 +10:00
2019-05-13 09:31:32 +08:00
2020-06-09 20:49:32 +05:30
2022-02-16 18:35:02 +02:00
2021-03-06 13:29:35 +02:00
2021-09-22 16:01:25 +03:00
2020-06-09 20:49:32 +05:30
2022-06-30 10:18:12 +10:00
2021-06-18 16:26:57 +03:00
2021-05-31 09:27:13 +03:00
2019-05-13 09:31:32 +08:00
2021-11-29 10:26:33 +01:00
2020-05-25 14:51:01 +02:00
2020-10-16 15:24:58 +02:00
2020-06-19 10:44:21 -04:00
2019-05-13 09:31:32 +08:00
2022-09-15 16:17:48 +01:00
2022-12-29 14:34:59 +04:00
2021-10-18 14:47:47 +08:00
2019-05-13 09:31:32 +08:00
2021-04-06 11:13:06 -04:00
2021-08-27 16:26:06 +01:00
2021-07-08 10:46:21 +03:00
2021-08-25 11:17:56 +08:00
2020-06-17 12:42:20 +02:00
2022-09-22 14:44:27 +02:00
2021-03-02 10:28:27 -06:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-10-02 14:01:53 +10:00
2019-06-05 12:34:41 -04:00
2022-09-22 14:44:27 +02:00
2022-12-01 07:09:57 +08:00
2021-04-21 08:41:36 -03:00
2019-07-19 11:56:14 -04:00
2019-10-08 09:49:07 -04:00
2023-01-06 08:42:26 +08:00
2022-03-21 16:32:47 -03:00
2022-09-22 14:44:27 +02:00
2019-05-23 11:54:45 -04:00
2019-05-13 09:31:32 +08:00
2021-01-15 09:43:26 +11:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2021-06-15 15:32:41 +10:00
2021-04-27 15:52:45 +10:00
2020-07-23 09:25:31 +08:00
2022-12-08 14:42:33 +02:00
2019-05-13 09:31:32 +08:00
2021-02-17 21:27:51 +05:30
2022-04-06 14:08:06 +01:00
2023-01-03 10:28:39 -03:00
2021-01-20 17:43:00 -03:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2021-09-07 12:30:40 +08:00
2019-12-04 13:33:51 -05:00
2021-12-01 09:18:56 +11:00
2021-04-28 15:00:37 -07:00
2021-03-10 20:15:04 -05:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2022-05-10 10:42:18 +10:00
2021-03-30 11:42:26 -04:00
2019-05-13 09:31:32 +08:00
2021-07-08 10:46:21 +03:00
2021-07-08 10:46:21 +03:00
2021-02-05 10:12:56 +10:00
2022-07-14 13:44:58 +08:00
2022-04-01 12:03:39 +11:00
2019-05-13 09:31:32 +08:00
2022-09-29 09:24:33 +10:00
2020-08-05 11:50:15 +10:00
2019-10-02 14:01:53 +10:00
2022-09-29 09:24:33 +10:00
2021-11-08 14:32:17 +11:00
2019-05-13 09:31:32 +08:00
2022-10-27 11:26:14 +08:00
2019-05-13 09:31:32 +08:00
2022-05-11 09:29:24 +10:00
2022-09-01 13:04:00 +03:00
2022-11-07 09:11:18 +10:00
2021-04-27 15:52:45 +10:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2022-12-16 08:50:31 +10:00
2022-05-11 09:29:24 +10:00
2022-08-17 09:40:24 +08:00
2022-12-23 11:45:29 +08:00
2022-12-21 13:21:02 +01:00
2021-07-08 10:46:21 +03:00
2022-06-14 15:39:56 +08:00
2022-08-24 16:01:29 +10:00
2020-07-27 10:23:54 +10:00
2019-05-13 09:31:32 +08:00
2022-08-02 10:06:03 +02:00
2022-08-02 10:06:03 +02:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2019-05-13 09:31:32 +08:00
2021-04-08 21:16:34 +05:30
2021-04-30 17:08:38 -07:00
2022-12-06 19:10:36 +04:00
2021-09-21 08:45:47 +10:00
2022-05-27 13:15:14 +04:00
2019-05-13 09:31:32 +08:00
2022-08-15 05:52:07 +05:30
2021-08-25 17:10:12 -04:00
2022-12-19 17:24:09 -07:00