Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

fields=created_on returns internal server error #685

Closed
beac0n opened this issue Jan 6, 2019 · 3 comments
Closed

fields=created_on returns internal server error #685

beac0n opened this issue Jan 6, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@beac0n
Copy link

beac0n commented Jan 6, 2019

Bug Report

Steps to Reproduce

  1. create collection with created_on, created_by fields
  2. make query with fields=created_on

Expected Behavior

it should return all results, but only the created_on field

Actual Behavior

it returns { error: { code: null, message: 'Internal Server Error' } } }

Other Context & Screenshots

Technical Details

latest docker api image (2.0.13)

@benhaynes benhaynes added the bug Something isn't working label Jan 6, 2019
@benhaynes benhaynes added this to Needs triage in Bug Triage via automation Jan 6, 2019
@benhaynes benhaynes added this to To do in v2.0.14 via automation Jan 6, 2019
@rijkvanzanten
Copy link
Member

Hey @beac0n! Can you check if the error log contains the same error as mine in #687?

@rijkvanzanten
Copy link
Member

I'm wondering if we have the same problem or if it's caused by something else

@rijkvanzanten rijkvanzanten moved this from Needs triage to High priority in Bug Triage Jan 6, 2019
@wellingguzman
Copy link
Contributor

This seems to be a bug already fixed by 83f5b5b.

I will close this as it potentially seems the same bug.

Bug Triage automation moved this from High priority to Closed Jan 7, 2019
v2.0.14 automation moved this from To do to Done Jan 7, 2019
samvasko pushed a commit to samvasko/api that referenced this issue Nov 25, 2019
* Add relation tab

* Don't lowercase interface names

Closes directus#685

* Add translations

* Move relations to above options

* Add locales

* Pass down collectionInfo

* Render collection picker

* Combine saving methods

* Update / create relation

* Finish m2o relational setup

* Fix next tab logic

* Lock pk field on one side

* Save and update o2m field

* Support adding / saving o2m

* Remove console log

* Add m2m styling and selects

* Add clear locale string

* Use new relation structure in interface-debugger

* Render the m2m field contents in model

* Finish m2m relational setup
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Bug Triage
  
Closed
v2.0.14
  
Done
Development

No branches or pull requests

4 participants