The list of content types on the "Content types" page at admin/structure/types is sorted by weight and then label. The list on the "Add content" page at node/add isn't sorted at all, so it comes out by machine name, which can lead to unexpected results. (Suppose, for example, you rename "Basic page" to just "Page". If you also have a "Blog post" content type, "Page" will counter-intuitively sort above it.) Both pages should use the same logic. It's a trivial fix. Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | content_types_not-2734573-2.patch | 762 bytes | traviscarden |
Comments
Comment #2
traviscarden commentedComment #3
cilefen commentedTrue, but this is a duplicate of #2693485: Content types are ordered by machine name on /node/add page (+ similar issues with other entities).