Closed
Bug 986890
Opened 11 years ago
Closed 11 years ago
fix rna client relation removal for fk and m2m fields
Categories
(www.mozilla.org :: Bedrock, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgmize, Unassigned)
Details
Attachments
(1 file)
Setting a foreign key or a m2m field to None on the nucleus side does not result in the removal of the relationship on the bedrock side.
| Reporter | ||
Comment 1•11 years ago
|
||
Attachment #8395323 -
Flags: review?(pmac)
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/rna
https://github.com/mozilla/rna/commit/efe69b10eeae5000603efbc22dc3e4a261be3a86
Fix client relation removal-- Bug 986890
Handle case when FK or M2M field is None correctly
Also handle hypermodel urls with no trailing /
https://github.com/mozilla/rna/commit/e3334fda2ee3b66c00158e5b0751892f548ae1c0
Merge pull request #28 from jgmize/client-relation-removal
Fix client relation removal-- Bug 986890
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/b9a5d5e44da9bae12aaf535c53d1a2ea539ff20b
Update rna to fix bug 986890
Handle relation removal in rna client
https://github.com/mozilla/bedrock/commit/565f3fe0e5a6aa780fadb3c562b12e8fe9d10150
Merge pull request #1818 from jgmize/client-relation-removal
Update rna to fix bug 986890
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Attachment #8395323 -
Flags: review?(pmac) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•