-
Notifications
You must be signed in to change notification settings - Fork 21
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
Only allows to the user insert text,numbers or spaces when write in Tag TextBox (Angel) #265
base: master
Are you sure you want to change the base?
Conversation
… from the application config file instead of hardcoding usernames/passwords
Conflicts: views/viewIssue.html
…tBox, not another symbols (,./|@)
Hi Angel, Anyways, this pull request is kind of hard to complete because the diff doesn't show your changes correctly (you obviously didn't change 1780 lines of code) and therefore we can't see what your code changes were. Not sure if there's an easy way to fix this, but here is what I would do: You should also include the issue you fixed, as well as how to test your code changes in the pull request. Just a friendly suggestion here.. take it or leave it, but this is probably why nobody has completed this yet :)
|
Thank you Dori, I have been very busy and I didn't had time to answer and to fix this issue, I'll follow your advice to try to fix this. As you say I didn't change more than 1700 lines of code, in fact my changes are around 20 lines in the file addIssue.html thank you again |
When the user is adding a new issue. The user only can write text, numbers or spaces in the text box, not , . / @ ...