I have been trying parse dashboard open source. And old hosted dashboard too. I've set them up so that they both access the same app hosted on heroku +mongodb. They both works fine.
On my User class, I've added an index column of type Number. I tried to edit my User manually in the dashboard to give each one an incrementing index. I've done it several times on open source dashboard and when I refresh the page my modification was not saved. While on hosted, it worked as expected the first time. Why is that ?
I have been trying parse dashboard open source. And old hosted dashboard too. I've set them up so that they both access the same app hosted on heroku +mongodb. They both works fine.
On my User class, I've added an
indexcolumn of typeNumber. I tried to edit my User manually in the dashboard to give each one an incrementing index. I've done it several times on open source dashboard and when I refresh the page my modification was not saved. While on hosted, it worked as expected the first time. Why is that ?