Skip to content

Commit

Permalink
fix post color in only parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mh-Asmi committed Nov 28, 2024
1 parent 514d5ca commit b9ad839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ushahidi/Modules/V5/Models/Post/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Post extends BaseModel
'post_media' => ['fields' => [], 'relationships' => ["valuesPostMedia"]],
'locks' => ['fields' => [], 'relationships' => ["locks"]],
'categories' => ['fields' => [], 'relationships' => ["categories"]],
'color' => ['fields' => [], 'relationships' => ["survey"]],
'color' => ['fields' => ['form_id'], 'relationships' => ["survey"]],
'sets' => ['fields' => [], 'relationships' => ["sets"]],
'message' => ['fields' => [], 'relationships' => ['message']],
'contact' => ['fields' => ['metadata','source'], 'relationships' => ['message']],
Expand Down

0 comments on commit b9ad839

Please sign in to comment.