Skip to content
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

Invalid json -- self-submission.json -- transition-control #57

Open
Paul-Nguyen opened this issue Nov 6, 2013 · 0 comments
Open

Invalid json -- self-submission.json -- transition-control #57

Paul-Nguyen opened this issue Nov 6, 2013 · 0 comments

Comments

@Paul-Nguyen
Copy link

config/src/main/config/home/form-configuration/self-submissionform.json

Under transition-control, we're missing a comma in default transitions. So the json ends up invalid due to the missing delimiter.

Fix by adding comma back in.

Currently:
{ "name": "Back", "type": "button"}, { "name": "Next", "form-submit-action":"save" "type": "button"}

should be:

{ "name": "Back", "type": "button"}, { "name": "Next", "form-submit-action":"save", "type": "button"}

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant