I'd love to be there for the dev meeting, but will unfortunately be traveling then. ( I can watch the recording afterward.) But it would be helpful to get comments in the issue queue.
Hello,
Replacing the core code does not solve the issue
I had a look at the database table and do not see anything strange (but I'm not a specialist); I deleted the field with URL,...
@deltacanyon Thanks for posting in core issue queue.
Just to let you know, I'm working on a project now that will require this feature and my team will hopefully be working on getting the...
With the dev branch, clicking the 'Continue' button advances to the next step. There were other challenges, but I managed to upgrade all the necessary content to Backdrop CMS. Thank you.
In page.tpl.php you can get the current path and add it to the class array
$classes[] = 'path-' . str_replace('/', '', $_SERVER['REQUEST_URI']);
You will get an original class for each page....
Comments
This issue has some conflicts with contrib and some proposed solutions to that conflict.
Add parent menu selector to menu add/edit link form
https://github.com/backdrop/backdrop-issues/issues/6390
Seems like this might be a good thing to discuss in the next dev meeting, if the issue has not been resolved that time.
I'd love to be there for the dev meeting, but will unfortunately be traveling then. ( I can watch the recording afterward.) But it would be helpful to get comments in the issue queue.
This relates to a problem with creating a View of Projects on a site using MySQL >= 8.0.3
https://github.com/backdrop/backdrop-issues/issues/5795
I can't be at the meeting this week, but it would be good to have some direction on whether I have the right approach or not.