Vivian Brown

Results 59 issues of Vivian Brown

This could be done by letting staff embed the "all signatures" view partial within the content field (similar to the letter style).

Maybe like this (from https://github.com/select2/select2/issues/1456) ``` $('.select2-selection').on('keypress', function (e) { if (e.keyCode === 13) { $(this).closest('form').submit(); } }); ```

I styled it to match in Chrome, but it doesn't match at all in Firefox. Perhaps we add more style rules to the regular select so it looks the same...

css

When a user attempts to filter by an institution that doesn't exist, ex. act.eff.org/action/reclaim-invention/foo, they should be redirected to the unfiltered action.

feature

On regular petitions, signatures are updated every few seconds by an ajax call. I turned this off on affiliation petitions because it doesn't work yet.

performance

Institutions that aren't associated with any action page or signature should be destroyed. Not sure if this should happen when an action page or signature is deleted, or as a...

-The variables that are being checked in the entrypoint.sh script for automigrating are wrong as of docker-compose 2 (variable namespacing changed) so no migrations run automatically. -I would be cool...

When I look up my reps, and see "Barbara Lee", there's a field called "Phone number". It's confusing whether it refers to her phone number, or my phone number. "Your...