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

issue-manager index.html #3

Open
BrentGammon opened this issue Sep 2, 2016 · 3 comments
Open

issue-manager index.html #3

BrentGammon opened this issue Sep 2, 2016 · 3 comments

Comments

@BrentGammon
Copy link

In the index.html file when displaying information about the github issue its reference as ${issue.githubIssue.url} when running this the following error occurs.
Exception evaluating SpringEL expression: "issue.githubIssue.url" (index:16)

The expression needs to be changed to ${issue.gitHubIssue.url} to display the data on the page.

@gregturn
Copy link
Member

gregturn commented Sep 3, 2016

I wonder if that changed at some point. I did test every line of this code. But the project is still on snapshots, two years later.

@BrentGammon
Copy link
Author

I've completed the second chapter and that is the only issue i've found regarding that project

@gregturn
Copy link
Member

gregturn commented Sep 4, 2016

Good! I hope you're enjoying it.

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

2 participants