[Tests] Validation needed for data fields in Theme #754
Replies: 7 comments
-
Hi @rudokemper I will like to try and resolve this. Could I work on this issue? |
Beta Was this translation helpful? Give feedback.
-
Sure, I assigned you. Thanks! |
Beta Was this translation helpful? Give feedback.
-
@rudokemper how can i access the administraive backend? is there a port number? |
Beta Was this translation helpful? Give feedback.
-
When you log in (see seed data for a sample community - think its admin@terrastories.com, pw terrastories) there is a button on the welcome screen to access it. |
Beta Was this translation helpful? Give feedback.
-
Hi right now I'm at the theme page, I was thinking a simple react validation would work for this but I can't seem to find the relevant .jsx file for theme dashboard |
Beta Was this translation helpful? Give feedback.
-
Hi, this too i would ask in the Terrastories Slack channel which I shared in the other thread. |
Beta Was this translation helpful? Give feedback.
-
cool I am already part of the slack, Right now I think I'll wait for my mentor (Ian Norris) to reply in the fellowship slack. If he's busy I'll put it up in ruby for good slack as well. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
It's possible to add an online Mapbox map for a community Theme in the Administrative back end. This requires both a Mapbox style url and a Mapbox access token.
Currently, it's possible to set one of these without the other. This will result in the app not loading anything when going to the map view.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
We should make it so that if
Mapbox style url
field has content, thenMapbox access token
is required to have content as well, and vice versa.Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions