Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign uppatch and wait #13
Comments
bear
added
enhancement
question
request
and removed
request
labels
Oct 30, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
mikehedman
Nov 10, 2014
I'd vote for switching the "enhancement" label with a "bug" label :)
As the code is working now, it's not in agreement with the documentation (and I think the documentation is right).
mikehedman
commented
Nov 10, 2014
|
I'd vote for switching the "enhancement" label with a "bug" label :) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
aaronmccall
commented
Dec 6, 2014
|
|
pgilad
referenced this issue
Jun 26, 2015
Closed
Save options wait:true and patch:true are mutually exclusive #53
added a commit
that referenced
this issue
Aug 26, 2015
pgilad
closed this
in
#58
Aug 26, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yallups commentedSep 2, 2014
I am noticing a potential issue in the last lines of the model's save function. When I try to make a patch and I also want to wait to make the changes such as:
the attrs set in
syncare set to the serialization to the model.if I am sending a patch I definitely don't want to send over EVERYTHING that is attached to my model but maybe I am missing a point here.