Greg Netsas
Greg Netsas
That's a very legit problem @philsward, but not relevant to this issue. Even if your ported module lived under `/modules/custom/uc_feeds` the installer/updater would still treat the new "official" version as...
> layouts, themes and profiles need it as well! I realize that this is an older comment here, however thought I'd add this for posterity: someone asked this at work:...
...I've gotten the same error also on the `admin/structure/layouts/manage/%layout%` page, after editing and re-saving a newly-created reusable block (with the layout changes not saved yet). So: 1. create custom block...
Thanks @anemirovsky for raising this issue and for providing details and a PR 🙏🏼 I have done this quick test with a demo sandbox: 1. installed and enabled the devel...
PR up for review: https://github.com/backdrop/backdrop/pull/4586 (only the `LayoutUpgradePathTest` gremlins are failing)
...and to analyze what this change means when fixing vs. ignoring this problem: - **Ignore it**: Existing sites may have for example date a formatter using the letters `x` or...
I've filed a PR here: https://github.com/backdrop/backdrop/pull/4554 Not saying that we should do this (that's why I'm not adding the various `pr - needs testing`/`pr - needs code review` labels to...
...and here's the documentation I have so far (needs review/wordsmithing): ``` * When the checkbox for a specific permission for the "Authenticated" role is * checked, the rest of the...
> It does not seem something necessary to develop Backdrop core. It is not meant to help with developing code - it's meant to allow more people to easily test...
Interesting @bradbulger. Can you please elaborate further? An example use case would help.