-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'Primary Option' for each contact type on Matches (#859)
* Add Primary Contact concept to match contacts * rubocop * async primary ling to remove jumpiness from modal postback * contact order script cleanup * Add primary contact filter to MAtches by Contacts dashboard report * contact order filter - rename to be more clear what it is filtering * setting contact order - include transaction adn update_all * centralize and clean up match lists * Only display primary contact icons when more than one contact is available. * rerender tooltips after ajax call * Add some padding to the primary checkbox when not in the modal * fix for tooltips when new contact is added * remove arel where not needed * clean up additional contact lists * Update migration to set contacts that are the only contact of that type on a match as the primary contact --------- Co-authored-by: Elliot Anders <[email protected]>
- Loading branch information
Showing
24 changed files
with
404 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,4 @@ def update attrs = {} | |
assign_attributes attrs | ||
save | ||
end | ||
|
||
end |
Oops, something went wrong.