3.6.6 breaks deep relations
See original GitHub issue3.6.6 does not include relations deeper than the third level anymore. This worked in 3.6.5.
Expected result
- profiles
- layouts-profiles
- grid
- elements-layouts-profiles
- elements
- icons
- actions-elements
- actions
- events
- elements
- layouts-profiles
Actual result
- profiles
- layouts-profiles
- grid
- elements-layouts-profiles
- elements
- layouts-profiles
Data
{
"data":{
"type":"profiles",
"id":"23",
"attributes":{
"name":"Apotheker",
"created":"2019-11-19T13:16:36+00:00",
"modified":"2019-11-19T13:16:36+00:00"
},
"relationships":{
"layouts-profiles":{
"data":[
{
"type":"layouts-profiles",
"id":"21"
}
],
"links":{
"self":"\/apiv1\/layouts-profiles?profile-id=23"
}
}
},
"links":{
"self":"\/apiv1\/profiles\/23"
}
},
"included":[
{
"type":"icons",
"id":"9",
"attributes":{
"icon":"exclamation"
},
"links":{
"self":"\/apiv1\/icons\/9"
}
},
{
"type":"actions",
"id":"15",
"attributes":{
"action":"nextPriorityTicketInLine"
},
"links":{
"self":"\/apiv1\/actions\/15"
}
},
{
"type":"events",
"id":"1",
"attributes":{
"event":"mouseclickleft"
},
"links":{
"self":"\/apiv1\/events\/1"
}
},
{
"type":"actions-elements",
"id":"10",
"relationships":{
"action":{
"data":{
"type":"actions",
"id":"15"
},
"links":{
"self":"\/apiv1\/actions\/15"
}
},
"event":{
"data":{
"type":"events",
"id":"1"
},
"links":{
"self":"\/apiv1\/events\/1"
}
}
},
"links":{
"self":"\/apiv1\/actions-elements\/10"
}
},
{
"type":"events",
"id":"11",
"attributes":{
"event":"totalWaitingPriorityTickets"
},
"links":{
"self":"\/apiv1\/events\/11"
}
},
{
"type":"actions-elements",
"id":"11",
"relationships":{
"event":{
"data":{
"type":"events",
"id":"11"
},
"links":{
"self":"\/apiv1\/events\/11"
}
}
},
"links":{
"self":"\/apiv1\/actions-elements\/11"
}
},
{
"type":"elements",
"id":"2",
"attributes":{
"color":"f3a91f",
"content":null,
"content-color":"FFFFFF",
"row-start":2,
"col-start":0,
"row-end":2,
"col-end":4,
"is-rounded":0,
"is-dynamic":0
},
"relationships":{
"icon":{
"data":{
"type":"icons",
"id":"9"
},
"links":{
"self":"\/apiv1\/icons\/9"
}
},
"actions-elements":{
"data":[
{
"type":"actions-elements",
"id":"10"
},
{
"type":"actions-elements",
"id":"11"
}
],
"links":{
"self":"\/apiv1\/actions-elements?element-id=2"
}
}
},
"links":{
"self":"\/apiv1\/elements\/2"
}
},
{
"type":"elements-layouts-profiles",
"id":"170",
"relationships":{
"element":{
"data":{
"type":"elements",
"id":"2"
},
"links":{
"self":"\/apiv1\/elements\/2"
}
}
},
"links":{
"self":"\/apiv1\/elements-layouts-profiles\/170"
}
},
{
"type":"grids",
"id":"1",
"attributes":{
"width":484,
"height":112,
"row-count":6,
"col-count":12
},
"links":{
"self":"\/apiv1\/grids\/1"
}
},
{
"type":"layouts-profiles",
"id":"21",
"attributes":{
"zoom":1
},
"relationships":{
"elements-layouts-profiles":{
"data":[
{
"type":"elements-layouts-profiles",
"id":"170"
}
],
"links":{
"self":"\/apiv1\/elements-layouts-profiles?layout-profile-id=21"
}
},
"grid":{
"data":{
"type":"grids",
"id":"1"
},
"links":{
"self":"\/apiv1\/grids\/1"
}
}
},
"links":{
"self":"\/apiv1\/layouts-profiles\/21"
}
}
]
}
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:6
Top Results From Across the Web
Issues · SeyZ/jsonapi-serializer - GitHub
3.6.6 breaks deep relations. #223 opened on Jan 16, 2020 by ev8dev · 6. Automatically calculate attribute list. #215 opened on Nov 27,...
Read more >Property/Casualty Unpaid Claim Estimates
3.6.6 External Conditions—Claim obligations are influenced by external conditions, such as potential economic changes, regulatory actions, judicial decisions, ...
Read more >Facade Conditions - An Illustrated Glossary of Visual Symptoms
based on their location, prevalence and in their relationship to the façade ... 3.6.6 Corrosion Effects – “Rust Jacking” ... Uneven break of...
Read more >GEN 3.6 Search and Rescue - FAA
The velocity with which the swell advances with relation to a fixed reference ... forces may be extremely great - resulting in breaking...
Read more >Foreign School Audit Guide (MS Word)
6 and 3.6.6 for guidance on reporting audit findings. 4.4 SPECIFIC REQUIRED MANAGEMENT ASSERTIONS, COMPLIANCE REQUIREMENTS AND AGREED-UPON PROCEDURES. This ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
up
I noticed I never replied to this, but still thanks @danielpigott.
We distribute this package onto our servers automatically so for now we’re still on 3.6.5 since the issue doesn’t occur there. It would be nice if this issue could be fixed in a future version so we can use the newest package.