-
Notifications
You must be signed in to change notification settings - Fork 2.8k
change json field placeholder from 'asdf' to 'bar' (fix #1260) #1261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Beep boop! 🤖 Hey @Anupam-dagar, thanks for your PR! One of my human friends will review this PR and get back to you as soon as possible. 🕐 Stay awesome! 😎 |
|
Review app for commit a335173 deployed to Heroku: https://hge-ci-pull-1261.herokuapp.com |
|
@Anupam-dagar - As you pointed out, its better to put in the re-used placeholders in a constants file. Look out for such existing files and see if you could add these to them instead of creating a new one. |
|
@praveenweb sure, I will do that. |
a335173 to
28ae912
Compare
28ae912 to
d60bbd7
Compare
|
Review app for commit d60bbd7 deployed to Heroku: https://hge-ci-pull-1261.herokuapp.com |
praveenweb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Review app https://hge-ci-pull-1261.herokuapp.com is deleted |
|
Beep boop! 🤖 Whoa! 🎉 🎉 💃 Awesome work @Anupam-dagar! 💪 🏆 All of us at Hasura ❤️ what you did. Thanks again 🤗 |
### What The supported NDC Spec was previously bumped to v0.1.6, but the reference in the JSON Schema was not updated at the same time. This has been corrected. V3_GIT_ORIGIN_REV_ID: edbe31eafcd9fb72bdc457f38575d9e42931ecd0
This changes the 'asdf' present in json field placeholder to 'bar'.
I have currently changed the placeholder text directly for
editandinsert. Since the placeholders used are same, I suggest adding the placeholders toconstant.jsand importing them in botheditandinsertjs files.Waiting for a review for the
constants.jsapproach.Update Commit
This PR changes the placeholder for JSON datatype. Along with it, the placeholders are now returned by the function defined in
constants.js. This function was assigning the placeholder inInsertItem.js, now the function is inconstants.jsand imported inEditItem.jsandInsertItem.jshence controlling the placeholders for both insert and edit components from one place.Also,
big integeranduuiddatatype placeholders were missing fromEditItem.jswhich are now added.Fixes: #1260
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Type
Checklist: