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

There is a problem when passing parameters to controller. #104

Open
ethiwoo opened this issue May 30, 2018 · 2 comments
Open

There is a problem when passing parameters to controller. #104

ethiwoo opened this issue May 30, 2018 · 2 comments

Comments

@ethiwoo
Copy link

ethiwoo commented May 30, 2018

For example
If you enter [edit / {id}] on the [a href] tag,
vendor.js 7352 An error occurs on the line.
The reason is that the host's address is [http://192.168.0.1/edit] Link the css file in this way.
I add this code in vendor.js 7353 line.

if (name == 'href') {
	value = 'http://' + location.host + '/' + value;
}
@johnsnook
Copy link

Whoops, I meant to delete this project. I did a little work and realized it was too much hassle and just did SBAdmin instead

@ethiwoo
Copy link
Author

ethiwoo commented Jul 18, 2018

Ok. Fine. When i get a time, I will commit the code.

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