Jonathan Daggerhart
Jonathan Daggerhart
Since we've chosen a js view layer for now, I'm wanting to get thoughts for next steps working with the UI. 1. Should we adopt a CSS framework to simplify...
I have a morning full or errands to run, and then plan to work on it this afternoon (~ 4 hours from now). @anhskohbo, maybe wait for me to get...
Completed a first-pass of making the field type handle different query types. Currently working (in simple tests): * Posts * Users * Terms I did this by creating a new...
Sorry, I missed one fairly important line of code, and now I'm doing that thing where i struggle with git trying to making 1 clean commit for 20 minutes.
Back on track, should be a single commit now.
Not sure if I should have replied to each item as I worked through them, didn't want to accidentally blow up your email. I've pushed an update to the PR...
Just a heads up while I'm thinking about it. Last place I stopped I found a bug with multiple associated objects fields on the same form. When adding a new...
I tested the issue from my comment above, and I couldn't replicate the problem any more. It may have been resolved with some update to `CMB2_Type_Associated_Objects.php`, but I didn't spend...
Not positive, but the travis fails don't seem to be related to these changes :shrug:
This is because the [bootstrap is using parse_url()](https://github.com/backdrop/backdrop/blob/1.x/core/includes/bootstrap.inc#L776) to load this string into an array, so anything that is part of the url schema is problematic. Edit: Found [documentation related...