scaphold-io / scaphold-issues

Post issues that you find on Scaphold here. Post anything about the platform, docs, boilerplates, etc... Happy Scapholding!
3 stars 0 forks source link

Data Explorer: some columns incorrectly displayed as Dates #19

Closed fedebertolini closed 7 years ago

fedebertolini commented 7 years ago

The Data Explorer is displaying some String and Float properties as Dates. I inspected the graphql query response and the data is correct. You can compare the values for area and rentBase displayed in the Data Explorer and returned by the GraphQL query:

screen shot 2017-02-19 at 19 25 57

Some other properties like rentTotal, address and postalCode are also incorrectly displayed as Dates.

mikeparisstuff commented 7 years ago

Thanks for bringing this up. I will get this fixed.

mikeparisstuff commented 7 years ago

This has been fixed and will go up in the next deployment 👍

fedebertolini commented 7 years ago

Awesome! 👍

mikeparisstuff commented 7 years ago

Pushed this update and it should be fixed. Thanks.

fedebertolini commented 7 years ago

hi @mlp5ab, I'm still experiencing the same problem. I did a hard refresh on the page, but still seeing date values in string/number columns

fedebertolini commented 7 years ago

Ok, I can finally see the correct data in the Explorer. Thanks!