green for the night
This commit is contained in:
parent
67100aa7bb
commit
8619a2035c
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ var AspectEdit = {
|
|||
if (person.attr('data-aspect_id') != undefined && // a request doesn't have a data-aspect_id, but an existing contact does
|
||||
dropzone.attr('data-aspect_id') != person.attr('data-aspect_id')) {
|
||||
$.ajax({
|
||||
url: "/aspects/move_contact.json",
|
||||
url: "/aspects/move_contact/",
|
||||
data: {
|
||||
"person_id": person.attr('data-guid'),
|
||||
"from": person.attr('data-aspect_id'),
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ describe AspectsController do
|
|||
:person_id => @person.id,
|
||||
:from => @aspect0.id,
|
||||
:to =>
|
||||
{:to => @aspect1.id},
|
||||
{:to => @aspect1.id}
|
||||
}
|
||||
end
|
||||
it 'calls the move_contact_method' do
|
||||
|
|
|
|||
Loading…
Reference in a new issue