CLP in Dashboard problem

@jprules321 @Moumouls I just saw this thread because it was referenced in a different thread. The problem is that there is a bug in the way dashboard sets the CLPs. I fixed that bug here https://github.com/parse-community/parse-dashboard/pull/1556 but the release has not happened.

As a workaround, you can programmatically set the CLPs for that class so that they end up looking as shown in the description of the PR I just referenced and it will work for you. Doing it through the latest version of the dashboard won’t get you the expected behavior.

Another workaround is to downgrade the dashboard and it will work for you. We currently use version 2.0.4 at work and it sets the CLPs fine.

This is until a new release gets created. Please feel free to share any questions or concerns.