https://www.prisma.io/ logo
Join Slack
Powered by
# prisma-whats-new
  • m

    monkeybonkey

    01/11/2017, 1:48 PM
    and it also seems to double escape the quotes when I focus away too - so not sure what the string escaping rules are
  • n

    nilan

    01/11/2017, 1:49 PM
    hey @monkeybonkey, is it like described here: https://github.com/graphcool/console/issues/528?
  • m

    monkeybonkey

    01/11/2017, 1:49 PM
    yeah that’s the escaping bug
  • n

    nilan

    01/11/2017, 1:49 PM
    ok. can you create a new issue for the other problem?
  • n

    nilan

    01/11/2017, 1:49 PM
    I'll reopen that issue
  • m

    monkeybonkey

    01/11/2017, 1:49 PM
    still a bit confused about how to enter data…
  • m

    monkeybonkey

    01/11/2017, 1:50 PM
    is it just raw json in the field?
  • m

    monkeybonkey

    01/11/2017, 1:50 PM
    e.g. { foo: bar }
  • n

    nilan

    01/11/2017, 1:50 PM
    { "foo:" "bar" } I guess
  • m

    monkeybonkey

    01/11/2017, 1:50 PM
    or do I need to string escape things “{\”foo\”:\”bar\”}"
  • n

    nilan

    01/11/2017, 1:51 PM
    you don't need to do that in the databrowser. you can find out more here: https://www.graph.cool/docs/reference/platform/fields#json
  • n

    nilan

    01/11/2017, 1:52 PM
    in queries and mutations, you do have to do that. then again, when using variables, you don't have to do it. 😁
  • m

    monkeybonkey

    01/11/2017, 1:54 PM
    ok updated that bug with how to reproduce - seems to happen on new rows with empty json fields
  • n

    nilan

    01/11/2017, 1:54 PM
    thanks for the investigation 🙂 will be fixed soon
  • g

    gcardinal

    01/11/2017, 3:20 PM
    Just encountered a bug (?) in cloning a project. I name the clone
    RLT-Staging
    and the admin panel tells me I have to start my project name with a capital letter even though I'm pretty sure
    R
    is a capital 😛
  • n

    nilan

    01/11/2017, 3:21 PM
    looks like a bad error message
  • n

    nilan

    01/11/2017, 3:21 PM
    can you try
    RTL Staging
    for example?
  • g

    gcardinal

    01/11/2017, 3:23 PM
    I'll miss my dash, but sure. Gimme a minute
  • g

    gcardinal

    01/11/2017, 3:24 PM
    Yeah it didn't like the dash. Also, you might be aware already but it's possible to click the submit button multiple times, resulting in multiple clones of the project (all with the same name)
  • n

    nilan

    01/11/2017, 3:24 PM
    Thanks for reporting the two issues. 🙂
  • n

    nilan

    01/11/2017, 3:25 PM
    can you reload the page and see how many projects you have now?
  • g

    gcardinal

    01/11/2017, 3:26 PM
    Oh I didn't do it, it's something I had noticed before.
  • n

    nilan

    01/11/2017, 3:27 PM
    So are you talking about cloning or creating projects?
  • n

    nilan

    01/11/2017, 3:27 PM
    with the duplicate project issue
  • n

    nilan

    01/11/2017, 3:27 PM
    couldn't reproduce cloning a project multiple times by clicking
    Clone
    multiple times
  • g

    gcardinal

    01/11/2017, 3:28 PM
    Cloning. It's an issue I noticed a little while ago and just remembered.
  • g

    gcardinal

    01/11/2017, 3:28 PM
    Really? Let me try on my side
  • g

    gcardinal

    01/11/2017, 3:29 PM
    Right you are. It was a couple of days ago, did you guys update recently?
  • g

    gcardinal

    01/11/2017, 3:30 PM
    Oh wait... I think it did clone it multiple times
  • n

    nilan

    01/11/2017, 3:31 PM
    We did fix some bugs surrounding the clone projects feature a few days ago. You can add more information here if you find something: https://github.com/graphcool/console/issues/545
1...707172...637Latest