Comment from @klonos
Other things I consider nice-to-haves for this:
- Validation for the menu link title. I think that this field should be made required, but I understand that there is a bug currently with required fields that are hidden via #states (we could solve that the same way as in #2731). How it works currently is that you can tick the "Provide a menu link" checkbox, and may leave the the "Menu link title" field empty. What happens is that there is no validation error during form submit; the menu item is simply not created (which is odd UX if not a bug/WTF).
- Ability to "lock" the menu creation and menu placement (same as we allow for the "Sticky" and "Promote" options).
Comment from @quicksketch
I was not able to apply your suggestions to the description text from the PR. They looked good to me. Could you file a follow-up PR for the unapplied changes from backdrop/backdrop#2999?
GitHub Issue #:
4251
Recent comments
Hi @yorkshirepudding, On the Status Page near the bottom the 'Site Updates' says 'Up to Date'. Is that what you wanted? I am on php 8.3.3 by the way.
Base table or view not found upgrading to 1.32.0, TRUNCATE {cache_book}
Interesting. Sounds like maybe an update hook hasn't completely worked for some reason. When you check the status report, where with 1.33+ you will now see updates to run (this is...
Base table or view not found upgrading to 1.32.0, TRUNCATE {cache_book}
I have this problem on one site upgrading from 1.32.1 to 1.33.1 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tbdproddb.cache_book' doesn't exist: TRUNCATE {cache_book} ;...
Base table or view not found upgrading to 1.32.0, TRUNCATE {cache_book}