Jon Johnson

Results 77 issues of Jon Johnson

When performing a directory search look for the display name, configured first and last name, and preferred first and last name to ensure we find matches for these terms. Refs...

This makes diffs when an item is added to an array much easier to read. There are a few places where the comma had to be added to a multi...

Symfony loads this files in an order that means settings in a the .env.local file will be overwritten by settings in the .env.dev file. This is almost never what you...

When first visiting the site users should be redirected to the login route, but the dashboard loader is showing up while that is happening. Probably an issue with route splitting...

BUG
UI

Our current validation process is not aging well. It will never support translations, is based on a now-defunct decorator implementation, and requires a lot of boilerplate to run at all....

Needs Team Discussion
maintenance

Re-creating #2932 which was destroyed when I had to delete and re-create my fork to fix some issues with GitHub.

Creating a new UI only workflow that has the browser tests in it. This will allow us to get faster results from CI runs in general as well as limit...

By pre-loading more of this data in the route we can do less loading and spinning in the components and significantly reduce the number of network calls required to manage...

Some events, such as pull request review, don't send $GITHUB_HEAD_REF. Instead the ref contains the PR merge and the PR number has to be extracted from it.

This addon seems to be well maintained and works well. Using it instead of our custom component means we can drop some of the modifiers and possibly help with some...